HousingMeta

@Serializable
data class HousingMeta(val tutorialStep: String? = null, val packages: List<String>? = null, val plotSize: String? = null, val allowedBlocks: List<String>? = null, val playerSettings: Map<String, String>? = null, val selectedChannelsV3: List<String>? = null)

Constructors

Link copied to clipboard
constructor(tutorialStep: String? = null, packages: List<String>? = null, plotSize: String? = null, allowedBlocks: List<String>? = null, playerSettings: Map<String, String>? = null, selectedChannelsV3: List<String>? = null)

Properties

Link copied to clipboard
val allowedBlocks: List<String>? = null
Link copied to clipboard
val packages: List<String>? = null
Link copied to clipboard
Link copied to clipboard
val plotSize: String? = null
Link copied to clipboard
@SerialName(value = "selectedChannels_v3")
val selectedChannelsV3: List<String>? = null
Link copied to clipboard
val tutorialStep: String? = null

Functions

Link copied to clipboard
fun <T : Any> getHousingSetting(setting: HousingSetting): T?