Interface SocialIdentifiedParser
- All Superinterfaces:
SocialContextualParser
- All Known Implementing Classes:
SocialContextualKeyword,SocialContextualPlaceholder
Represents a
SocialContextualParser that can be identified with
a given identifier in the form of a String.-
Method Summary
Methods inherited from interface ovh.mythmc.social.api.text.parser.SocialContextualParser
parse, supportsOfflinePlayers
-
Method Details
-
identifier
String identifier()Gets theidentifierof thisSocialContextualParser.- Returns:
- the
identifierof thisSocialContextualParser
-