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