Uses of Class
dev.sympho.modular_commands.utils.parse.entity.EntityRefParser
Packages that use EntityRefParser
-
Uses of EntityRefParser in dev.sympho.modular_commands.utils.parse.entity
Subclasses of EntityRefParser in dev.sympho.modular_commands.utils.parse.entityModifier and TypeClassDescriptionclassChannelRefParser<C extends @NonNull Channel>A parser that extracts a channel reference from a string.classA parser that extracts a message reference from a string.classA parser that extracts a role reference from a string.classA parser that extracts a user reference from a string.Constructors in dev.sympho.modular_commands.utils.parse.entity with parameters of type EntityRefParserModifierConstructorDescriptionprotectedEntityParser(EntityRefParser<? extends EntityRef<E>> parser) Creates a new instance.