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
/
Special
/
SpecialModel
/
Banner
Banner
@
Serializable
@
SerialName
(
value
=
"minecraft:banner"
)
data
class
Banner
(
val
color
:
DyeColor
,
val
attachment
:
BannerAttachment
=
BannerAttachment.GROUND
)
:
ItemModel.Special.SpecialModel
Members
Constructors
Banner
Link copied to clipboard
constructor
(
color
:
DyeColor
,
attachment
:
BannerAttachment
=
BannerAttachment.GROUND
)
Properties
attachment
Link copied to clipboard
val
attachment
:
BannerAttachment
color
Link copied to clipboard
@
Serializable
(
with
=
LowercaseDyeColorSerializer::class
)
val
color
:
DyeColor