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
/
Default
Default
@
Serializable
@
SerialName
(
value
=
"minecraft:model"
)
data
class
Default
(
val
model
:
ResourcePath
<
ResourceType.Model
>
,
val
tints
:
List
<
TintSource
>
?
=
null
,
val
transformation
:
Matrix4fc
=
Matrix4f()
)
:
ItemModel
Members
Constructors
Default
Link copied to clipboard
constructor
(
model
:
ResourcePath
<
ResourceType.Model
>
,
tints
:
List
<
TintSource
>
?
=
null
,
transformation
:
Matrix4fc
=
Matrix4f()
)
Properties
model
Link copied to clipboard
val
model
:
ResourcePath
<
ResourceType.Model
>
tints
Link copied to clipboard
val
tints
:
List
<
TintSource
>
?
transformation
Link copied to clipboard
@
Serializable
(
with
=
Matrix4fcMultiFormatSerializer::class
)
val
transformation
:
Matrix4fc