MemberData

@Serializable
data class MemberData(val rift: Rift? = null, val playerData: PlayerData? = null, val glacitePlayerData: GlacitePlayerData? = null, val profile: ProfileData? = null, val event: Event? = null, val gardenPlayerData: GardenPlayerData? = null, val skillTree: SkillTree? = null, val petsData: PetsData? = null, val accessoryBagStorage: AccessoryBagStorage? = null, val leveling: Leveling? = null, val itemData: ItemData? = null, val jacobsContent: JacobsContent? = null, val currencies: Currencies? = null, val foraging: Foraging? = null, val dungeons: Dungeons? = null, val playerId: String? = null, val crimsonIslePlayerData: CrimsonIslePlayerData? = null, val experimentation: Experimentation? = null, val foragingCore: ForagingCore? = null, val shards: Shards? = null, val miningCore: MiningCore? = null, val bestiary: Bestiary? = null, val quests: Quests? = null, val playerStats: PlayerStats? = null, val inventory: PlayerInventory? = null, val winterPlayerData: WinterPlayerData? = null, val forge: Forge? = null, val fairySoul: FairySoul? = null, val temples: Temples? = null, val sharedInventory: SharedInventory? = null, val attributes: Attributes? = null, val slayer: Slayer? = null, val trophyFish: Map<String, JsonElement>? = null, val objectives: List<Objective>? = null, val collection: Map<String, Long>? = null)

Constructors

Link copied to clipboard
constructor(rift: Rift? = null, playerData: PlayerData? = null, glacitePlayerData: GlacitePlayerData? = null, profile: ProfileData? = null, event: Event? = null, gardenPlayerData: GardenPlayerData? = null, skillTree: SkillTree? = null, petsData: PetsData? = null, accessoryBagStorage: AccessoryBagStorage? = null, leveling: Leveling? = null, itemData: ItemData? = null, jacobsContent: JacobsContent? = null, currencies: Currencies? = null, foraging: Foraging? = null, dungeons: Dungeons? = null, playerId: String? = null, crimsonIslePlayerData: CrimsonIslePlayerData? = null, experimentation: Experimentation? = null, foragingCore: ForagingCore? = null, shards: Shards? = null, miningCore: MiningCore? = null, bestiary: Bestiary? = null, quests: Quests? = null, playerStats: PlayerStats? = null, inventory: PlayerInventory? = null, winterPlayerData: WinterPlayerData? = null, forge: Forge? = null, fairySoul: FairySoul? = null, temples: Temples? = null, sharedInventory: SharedInventory? = null, attributes: Attributes? = null, slayer: Slayer? = null, trophyFish: Map<String, JsonElement>? = null, objectives: List<Objective>? = null, collection: Map<String, Long>? = null)

Properties

Link copied to clipboard
@SerialName(value = "accessory_bag_storage")
val accessoryBagStorage: AccessoryBagStorage? = null
Link copied to clipboard
val attributes: Attributes? = null
Link copied to clipboard
val bestiary: Bestiary? = null
Link copied to clipboard
val collection: Map<String, Long>? = null
Link copied to clipboard
@SerialName(value = "nether_island_player_data")
val crimsonIslePlayerData: CrimsonIslePlayerData? = null
Link copied to clipboard
val currencies: Currencies? = null
Link copied to clipboard
val dungeons: Dungeons? = null
Link copied to clipboard
val event: Event? = null
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "fairy_soul")
val fairySoul: FairySoul? = null
Link copied to clipboard
val foraging: Foraging? = null
Link copied to clipboard
@SerialName(value = "foraging_core")
val foragingCore: ForagingCore? = null
Link copied to clipboard
val forge: Forge? = null
Link copied to clipboard
@SerialName(value = "garden_player_data")
val gardenPlayerData: GardenPlayerData? = null
Link copied to clipboard
@SerialName(value = "glacite_player_data")
val glacitePlayerData: GlacitePlayerData? = null
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "item_data")
val itemData: ItemData? = null
Link copied to clipboard
@SerialName(value = "jacobs_contest")
val jacobsContent: JacobsContent? = null
Link copied to clipboard
val leveling: Leveling? = null
Link copied to clipboard
@SerialName(value = "mining_core")
val miningCore: MiningCore? = null
Link copied to clipboard
val objectives: List<Objective>? = null
Link copied to clipboard
@SerialName(value = "pets_data")
val petsData: PetsData? = null
Link copied to clipboard
@SerialName(value = "player_data")
val playerData: PlayerData? = null
Link copied to clipboard
@SerialName(value = "player_id")
val playerId: String? = null
Link copied to clipboard
@SerialName(value = "player_stats")
val playerStats: PlayerStats? = null
Link copied to clipboard
val profile: ProfileData? = null
Link copied to clipboard
val quests: Quests? = null
Link copied to clipboard
val rift: Rift? = null
Link copied to clipboard
val shards: Shards? = null
Link copied to clipboard
@SerialName(value = "shared_inventory")
val sharedInventory: SharedInventory? = null
Link copied to clipboard
@SerialName(value = "skill_tree")
val skillTree: SkillTree? = null
Link copied to clipboard
val slayer: Slayer? = null
Link copied to clipboard
val temples: Temples? = null
Link copied to clipboard
@SerialName(value = "trophy_fish")
val trophyFish: Map<String, JsonElement>? = null
Link copied to clipboard
@SerialName(value = "winter_player_data")
val winterPlayerData: WinterPlayerData? = null