HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.playerdata
/
HousingMeta
Housing
Meta
@
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
)
Members
Constructors
Housing
Meta
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
allowed
Blocks
Link copied to clipboard
val
allowedBlocks
:
List
<
String
>
?
=
null
packages
Link copied to clipboard
val
packages
:
List
<
String
>
?
=
null
player
Settings
Link copied to clipboard
val
playerSettings
:
Map
<
String
,
String
>
?
=
null
plot
Size
Link copied to clipboard
val
plotSize
:
String
?
=
null
selected
Channels
V3
Link copied to clipboard
@
SerialName
(
value
=
"selectedChannels_v3"
)
val
selectedChannelsV3
:
List
<
String
>
?
=
null
tutorial
Step
Link copied to clipboard
val
tutorialStep
:
String
?
=
null
Functions
get
Housing
Setting
Link copied to clipboard
fun
<
T
:
Any
>
getHousingSetting
(
setting
:
HousingSetting
)
:
T
?