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
/
RelationSnapshot
Relation
Snapshot
data
class
RelationSnapshot
(
val
sourceFactionId
:
Int
,
val
targetFactionId
:
Int
,
val
type
:
String
)
Members
Constructors
Relation
Snapshot
Link copied to clipboard
constructor
(
sourceFactionId
:
Int
,
targetFactionId
:
Int
,
type
:
String
)
Properties
source
Faction
Id
Link copied to clipboard
val
sourceFactionId
:
Int
target
Faction
Id
Link copied to clipboard
val
targetFactionId
:
Int
type
Link copied to clipboard
val
type
:
String