Class ParticleParser
java.lang.Object
org.lushplugins.chatcolorhandler.common.parser.ParticleParser
- All Implemented Interfaces:
Parser
-
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
-
ParticleParser
public ParticleParser()
-
-
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
-