nova
Toggle table of contents
0.23.0-alpha.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
nova
nova
/
xyz.xenondevs.nova.resources.builder.data
/
ItemModel
/
Special
/
SpecialModel
/
Bed
Bed
@
Serializable
@
SerialName
(
value
=
"minecraft:bed"
)
data
class
Bed
(
val
texture
:
ResourcePath
<
ResourceType.BedTexture
>
,
val
part
:
BedPart
)
:
ItemModel.Special.SpecialModel
Members
Constructors
Bed
Link copied to clipboard
constructor
(
texture
:
ResourcePath
<
ResourceType.BedTexture
>
,
part
:
BedPart
)
Properties
part
Link copied to clipboard
val
part
:
BedPart
texture
Link copied to clipboard
val
texture
:
ResourcePath
<
ResourceType.BedTexture
>