Interface CustomModelData
Holds the custom model data.
- Since:
- 1.21.3
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncolors()Gets the custom model data color values.static CustomModelData.Builderflags()Gets the custom model data boolean values.floats()Gets the custom model data float values.strings()Gets the custom model data string values.
-
Method Details
-
customModelData
- Since:
- 1.21.4
-
floats
Gets the custom model data float values.- Returns:
- the float values
- Since:
- 1.21.4
-
flags
Gets the custom model data boolean values.- Returns:
- the boolean values
- Since:
- 1.21.4
-
strings
Gets the custom model data string values.- Returns:
- the string values
- Since:
- 1.21.4
-
colors
Gets the custom model data color values.- Returns:
- the color values
- Since:
- 1.21.4
-