FactionSnapshot

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)

Constructors

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val owner: UUID