ImprovedFactions
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.zone
/
Zone
Zone
data
class
Zone
(
val
type
:
String
,
val
noFactionTitle
:
String
,
val
announceTitle
:
Boolean
,
val
protectAlways
:
Boolean
,
val
mapColor
:
Int
,
val
allowClaiming
:
Boolean
)
Members
Constructors
Zone
Link copied to clipboard
constructor
(
type
:
String
,
noFactionTitle
:
String
,
announceTitle
:
Boolean
,
protectAlways
:
Boolean
,
mapColor
:
Int
,
allowClaiming
:
Boolean
)
Properties
allow
Claiming
Link copied to clipboard
val
allowClaiming
:
Boolean
announce
Title
Link copied to clipboard
val
announceTitle
:
Boolean
map
Color
Link copied to clipboard
val
mapColor
:
Int
no
Faction
Title
Link copied to clipboard
val
noFactionTitle
:
String
protect
Always
Link copied to clipboard
val
protectAlways
:
Boolean
type
Link copied to clipboard
val
type
:
String
Functions
claim
Link copied to clipboard
fun
claim
(
chunk
:
Chunk
)
:
FactionClaim