nova-parent
Toggle table of contents
0.19-alpha.1
jvm
Platform filter
jvm
Switch theme
Search in API
nova-parent
nova
/
xyz.xenondevs.nova.resources.builder.data
/
ItemModel
/
Special
/
SpecialModel
/
Chest
Chest
@
Serializable
@
SerialName
(
value
=
"minecraft:chest"
)
data
class
Chest
(
val
texture
:
ResourcePath
<
ResourceType.ChestTexture
>
,
val
openness
:
Double
=
0.0
)
:
ItemModel.Special.SpecialModel
Members
Constructors
Chest
Link copied to clipboard
constructor
(
texture
:
ResourcePath
<
ResourceType.ChestTexture
>
,
openness
:
Double
=
0.0
)
Properties
openness
Link copied to clipboard
val
openness
:
Double
=
0.0
texture
Link copied to clipboard
val
texture
:
ResourcePath
<
ResourceType.ChestTexture
>