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
/
RankSnapshot
Rank
Snapshot
data
class
RankSnapshot
(
val
id
:
Int
,
val
factionId
:
Int
,
val
name
:
String
,
val
priority
:
Int
,
val
permissions
:
Set
<
String
>
)
Members
Constructors
Rank
Snapshot
Link copied to clipboard
constructor
(
id
:
Int
,
factionId
:
Int
,
name
:
String
,
priority
:
Int
,
permissions
:
Set
<
String
>
)
Properties
faction
Id
Link copied to clipboard
val
factionId
:
Int
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
permissions
Link copied to clipboard
val
permissions
:
Set
<
String
>
priority
Link copied to clipboard
val
priority
:
Int