Interface CustomModelDataComponent
- All Superinterfaces:
ConfigurationSerializable
Represents a component which adds custom model data.
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of colors for the model type's tints.getFlags()
Gets a list of the booleans for the condition model type.Gets a list of the floats for the range_dispatch model type.Gets a list of strings for the select model type.void
Sets a list of colors for the model type's tints.void
Sets a list of the booleans for the condition model type.void
Sets a list of the floats for the range_dispatch model type.void
setStrings
(List<String> strings) Sets a list of strings for the select model type.Methods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializable
serialize
-
Method Details
-
getFloats
Gets a list of the floats for the range_dispatch model type.- Returns:
- unmodifiable list
-
setFloats
Sets a list of the floats for the range_dispatch model type.- Parameters:
floats
- new list
-
getFlags
Gets a list of the booleans for the condition model type.- Returns:
- unmodifiable list
-
setFlags
Sets a list of the booleans for the condition model type.- Parameters:
flags
- new list
-
getStrings
Gets a list of strings for the select model type.- Returns:
- unmodifiable list
-
setStrings
Sets a list of strings for the select model type.- Parameters:
strings
- new list
-
getColors
Gets a list of colors for the model type's tints.- Returns:
- unmodifiable list
-
setColors
Sets a list of colors for the model type's tints.- Parameters:
colors
- new list
-