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
/
StandingSign
Standing
Sign
@
Serializable
@
SerialName
(
value
=
"minecraft:standing_sign"
)
data
class
StandingSign
(
val
woodType
:
WoodType
,
val
texture
:
ResourcePath
<
ResourceType.SignTexture
>
?
=
null
)
:
ItemModel.Special.SpecialModel
Members
Constructors
Standing
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