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
/
Composite
Composite
@
Serializable
@
SerialName
(
value
=
"minecraft:composite"
)
data
class
Composite
(
val
models
:
List
<
ItemModel
>
,
val
transformation
:
Matrix4fc
=
Matrix4f()
)
:
ItemModel
Members
Constructors
Composite
Link copied to clipboard
constructor
(
models
:
List
<
ItemModel
>
,
transformation
:
Matrix4fc
=
Matrix4f()
)
Properties
models
Link copied to clipboard
val
models
:
List
<
ItemModel
>
transformation
Link copied to clipboard
@
Serializable
(
with
=
Matrix4fcMultiFormatSerializer::class
)
val
transformation
:
Matrix4fc