Package net.mcreator.blockly.data
Class ToolboxCategory
java.lang.Object
net.mcreator.blockly.data.ToolboxCategory
-
Constructor Details
-
ToolboxCategory
public ToolboxCategory()
-
-
Method Details
-
getName
-
getDescription
-
getParent
-
getColor
Returns the color of this toolbox category. If the field is a valid hex color code, it's returned as-is. If it's a valid integer, it's treated as a hue to get the color with the correct saturation and value.- Returns:
- The color of this toolbox category, or black if it's badly formatted.
-