Class LegacyHexParser
java.lang.Object
org.lushplugins.chatcolorhandler.common.parser.LegacyHexParser
- All Implemented Interfaces:
Parser
Translates hex in format "§x§r§r§g§g§b§b"
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()parseString(String string, @Nullable org.bukkit.entity.Player player) Parse a string in relation to a player
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LegacyHexParser
public LegacyHexParser()
-
-
Method Details
-
getType
-
parseString
Description copied from interface:ParserParse a string in relation to a player- Specified by:
parseStringin interfaceParser- Parameters:
string- The string to parseplayer- The player to apply whilst parsing- Returns:
- The parsed string
-