Add-On Documentation
Preparing search index...
The search index is not available
8Crafter's Debug Sticks API
8Crafter's Debug Sticks API
Globals
modules
cmds
LandClaimSystem
Class LandClaimSystem
Alpha
This class is used for managing land claims.
Deprecated
This class is not functional yet.
Index
Constructors
constructor
Properties
land_
claim_
format_
version
Accessors
warn
About
Denied
Permissions
Methods
get
All
Claims
get
Claim
Ids
get
Claims
get
Land
Claim
Ids
For
Player
get
Land
Claims
For
Player
test
If
Claim
Area
Is
Already
Claimed
test
If
Player
Can
Do
Action
In
Area
Constructors
constructor
new
LandClaimSystem
()
:
Globals
.
modules
.
cmds
.
LandClaimSystem
Alpha
Returns
Globals
.
modules
.
cmds
.
LandClaimSystem
Properties
Static
Alpha
land_
claim_
format_
version
land_claim_format_version
:
string
= "0.0.1-indev.1"
Accessors
warn
About
Denied
Permissions
get
warnAboutDeniedPermissions
()
:
boolean
Alpha
Returns
boolean
set
warnAboutDeniedPermissions
(
warn
:
boolean
)
:
void
Alpha
Parameters
warn
:
boolean
Returns
void
Methods
Static
get
All
Claims
getAllClaims
()
:
Globals
.
modules
.
cmds
.
LandClaim
[]
Alpha
Returns
Globals
.
modules
.
cmds
.
LandClaim
[]
Static
get
Claim
Ids
getClaimIds
()
:
string
[]
Alpha
Returns
string
[]
Static
get
Claims
getClaims
(
claimIds
:
string
[]
)
:
Globals
.
modules
.
cmds
.
LandClaim
[]
Alpha
Parameters
claimIds
:
string
[]
Returns
Globals
.
modules
.
cmds
.
LandClaim
[]
Static
get
Land
Claim
Ids
For
Player
getLandClaimIdsForPlayer
(
player
:
string
|
Player
)
:
string
[]
Alpha
Parameters
player
:
string
|
Player
Returns
string
[]
Static
get
Land
Claims
For
Player
getLandClaimsForPlayer
(
player
:
string
|
Player
,
)
:
Globals
.
modules
.
cmds
.
LandClaim
[]
Alpha
Parameters
player
:
string
|
Player
Returns
Globals
.
modules
.
cmds
.
LandClaim
[]
Static
test
If
Claim
Area
Is
Already
Claimed
testIfClaimAreaIsAlreadyClaimed
(
area
:
{
max
:
Vector3
;
min
:
Vector3
}
)
:
boolean
Alpha
Parameters
area
:
{
max
:
Vector3
;
min
:
Vector3
}
Returns
boolean
Static
test
If
Player
Can
Do
Action
In
Area
testIfPlayerCanDoActionInArea
(
action
:
|
"BreakBlock"
|
"PlaceBlock"
|
"InteractWithBlock"
|
"EnterArea"
|
"CreateExplosion"
,
player
:
Player
,
location
:
DimensionLocation
,
)
:
void
Alpha
Parameters
action
:
|
"BreakBlock"
|
"PlaceBlock"
|
"InteractWithBlock"
|
"EnterArea"
|
"CreateExplosion"
player
:
Player
location
:
DimensionLocation
Returns
void
Version
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
land_
claim_
format_
version
Accessors
warn
About
Denied
Permissions
Methods
get
All
Claims
get
Claim
Ids
get
Claims
get
Land
Claim
Ids
For
Player
get
Land
Claims
For
Player
test
If
Claim
Area
Is
Already
Claimed
test
If
Player
Can
Do
Action
In
Area
Add-On Documentation
8Crafter's Debug Sticks API
Loading...
This class is used for managing land claims.
Deprecated
This class is not functional yet.