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
/
Head
Head
@
Serializable
@
SerialName
(
value
=
"minecraft:head"
)
data
class
Head
(
val
kind
:
HeadKind
,
val
texture
:
ResourcePath
<
ResourceType.EntityTexture
>
?
=
kind.defaultTexture
,
val
animation
:
Double
=
0.0
)
:
ItemModel.Special.SpecialModel
Members
Constructors
Head
Link copied to clipboard
constructor
(
kind
:
HeadKind
,
texture
:
ResourcePath
<
ResourceType.EntityTexture
>
?
=
kind.defaultTexture
,
animation
:
Double
=
0.0
)
Properties
animation
Link copied to clipboard
val
animation
:
Double
=
0.0
kind
Link copied to clipboard
val
kind
:
HeadKind
texture
Link copied to clipboard
val
texture
:
ResourcePath
<
ResourceType.EntityTexture
>
?