Interface SocialUserInputParser

All Superinterfaces:
SocialContextualParser
All Known Subinterfaces:
SocialFilterLike
All Known Implementing Classes:
SocialContextualKeyword, SocialFilterLiteral, SocialFilterRegex, SocialParserGroup

public interface SocialUserInputParser extends SocialContextualParser
Represents a SocialContextualParser capable of handling and processing player input.

This interface doesn't add any additional methods and is used internally by the TextProcessor to identify parsers that should be applied when using the player input mode.