nova-parent
Toggle table of contents
0.19-alpha.7
jvm
Platform filter
jvm
Switch theme
Search in API
nova-parent
nova
/
xyz.xenondevs.nova.resources.builder.data
/
ItemModel
/
Special
/
SpecialModel
/
HangingSign
Hanging
Sign
@
Serializable
@
SerialName
(
value
=
"minecraft:hanging_sign"
)
data
class
HangingSign
(
val
woodType
:
WoodType
,
val
texture
:
ResourcePath
<
ResourceType.SignTexture
>
?
=
null
)
:
ItemModel.Special.SpecialModel
Members
Constructors
Hanging
Sign
Link copied to clipboard
constructor
(
woodType
:
WoodType
,
texture
:
ResourcePath
<
ResourceType.SignTexture
>
?
=
null
)
Properties
texture
Link copied to clipboard
val
texture
:
ResourcePath
<
ResourceType.SignTexture
>
?
=
null
wood
Type
Link copied to clipboard
val
woodType
:
WoodType