Package ml.karmaconfigs.api.common.rgb
Class RGBTextComponent
java.lang.Object
ml.karmaconfigs.api.common.rgb.RGBTextComponent
- All Implemented Interfaces:
Serializable
RGB text component for bukkit/bungee/velocity
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionRGBTextComponent(boolean simple, boolean hex)Initialize the RGB text component -
Method Summary
-
Constructor Details
-
RGBTextComponent
public RGBTextComponent(boolean simple, boolean hex)Initialize the RGB text component- Parameters:
simple- parse simple rgbhex- parse hex rgb
-
-
Method Details
-
parse
Parse the message to rgb- Parameters:
message- the message to parse- Returns:
- the parsed message
-