Interface CustomModelDataComponent
- All Superinterfaces:
- ConfigurationSerializable
Represents a component which adds custom model data.
- 
Method SummaryModifier 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.voidSets a list of the custom colors.voidSets a list of the custom flags.voidSets a list of the custom floats.voidsetStrings(List<String> strings) Sets a list of the custom strings.Methods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializableserialize
- 
Method Details- 
getFloatsGets a list of the custom floats.- Returns:
- unmodifiable list
 
- 
setFloatsSets a list of the custom floats.- Parameters:
- floats- new list
 
- 
getFlagsGets a list of the custom flags.- Returns:
- unmodifiable list
 
- 
setFlagsSets a list of the custom flags.- Parameters:
- flags- new list
 
- 
getStringsGets a list of the custom strings.- Returns:
- unmodifiable list
 
- 
setStringsSets a list of the custom strings.- Parameters:
- strings- new list
 
- 
getColorsGets a list of the custom colors.- Returns:
- unmodifiable list
 
- 
setColorsSets a list of the custom colors.- Parameters:
- colors- new list
 
 
-