Class HexParser
java.lang.Object
org.lushplugins.chatcolorhandler.parsers.custom.HexParser
- All Implemented Interfaces:
Parser
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lushplugins.chatcolorhandler.parsers.Parser
Parser.OutputType
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
parseString
(@NotNull String string, @NotNull Parser.OutputType outputType) Parse a stringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.lushplugins.chatcolorhandler.parsers.Parser
parseString
-
Field Details
-
INSTANCE
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceParser
- Returns:
- The type of the parser
ParserTypes
-
parseString
public String parseString(@NotNull @NotNull String string, @NotNull @NotNull Parser.OutputType outputType) Description copied from interface:Parser
Parse a string- Specified by:
parseString
in interfaceParser
- Parameters:
string
- The string to parseoutputType
- The output type to parse for- Returns:
- The parsed string
-