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.voidSets a list of colors for the model type's tints.voidSets a list of the booleans for the condition model type.voidSets a list of the floats for the range_dispatch model type.voidsetStrings(List<String> strings) Sets a list of strings for the select model type.Methods inherited from interface ConfigurationSerializable
serialize
-
Method Details
-
getFloats
-
setFloats
-
getFlags
-
setFlags
-
getStrings
-
setStrings
-
getColors
-
setColors
-