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