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
/
FactionSnapshot
Faction
Snapshot
data
class
FactionSnapshot
(
val
id
:
Int
,
val
name
:
String
,
val
owner
:
UUID
,
val
joinType
:
String
,
val
accumulatedPower
:
Int
,
val
maxPower
:
Int
,
val
claimCount
:
Int
,
val
defaultRankId
:
Int
=
0
,
val
iconBase64
:
String
?
=
null
)
Members
Constructors
Faction
Snapshot
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
owner
:
UUID
,
joinType
:
String
,
accumulatedPower
:
Int
,
maxPower
:
Int
,
claimCount
:
Int
,
defaultRankId
:
Int
=
0
,
iconBase64
:
String
?
=
null
)
Properties
accumulated
Power
Link copied to clipboard
val
accumulatedPower
:
Int
claim
Count
Link copied to clipboard
val
claimCount
:
Int
default
Rank
Id
Link copied to clipboard
val
defaultRankId
:
Int
icon
Base64
Link copied to clipboard
val
iconBase64
:
String
?
id
Link copied to clipboard
val
id
:
Int
join
Type
Link copied to clipboard
val
joinType
:
String
max
Power
Link copied to clipboard
val
maxPower
:
Int
name
Link copied to clipboard
val
name
:
String
owner
Link copied to clipboard
val
owner
:
UUID