ImprovedFactions
Toggle table of contents
2.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.database.storage
/
ClaimSnapshot
Claim
Snapshot
data
class
ClaimSnapshot
(
val
key
:
ClaimKey
,
val
factionId
:
Int
,
val
zoneType
:
String
,
val
clusterId
:
UUID
?
,
val
isRaidable
:
Boolean
,
val
id
:
Int
=
0
)
Members
Constructors
Claim
Snapshot
Link copied to clipboard
constructor
(
key
:
ClaimKey
,
factionId
:
Int
,
zoneType
:
String
,
clusterId
:
UUID
?
,
isRaidable
:
Boolean
,
id
:
Int
=
0
)
Properties
cluster
Id
Link copied to clipboard
val
clusterId
:
UUID
?
faction
Id
Link copied to clipboard
val
factionId
:
Int
id
Link copied to clipboard
val
id
:
Int
is
Raidable
Link copied to clipboard
val
isRaidable
:
Boolean
key
Link copied to clipboard
val
key
:
ClaimKey
zone
Type
Link copied to clipboard
val
zoneType
:
String