MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.model.fish
/
ItemMetaData
Item
Meta
Data
@
Serializable
data
class
ItemMetaData
(
val
skullTexture
:
String
?
=
null
,
val
customModelData
:
List
<
Float
>
=
listOf()
)
Members
Constructors
Item
Meta
Data
Link copied to clipboard
constructor
(
skullTexture
:
String
?
=
null
,
customModelData
:
List
<
Float
>
=
listOf()
)
Properties
custom
Model
Data
Link copied to clipboard
val
customModelData
:
List
<
Float
>
skull
Texture
Link copied to clipboard
val
skullTexture
:
String
?
=
null