Uses of Class
dev.sympho.modular_commands.utils.parse.entity.EntityRefMentionParser
Packages that use EntityRefMentionParser
-
Uses of EntityRefMentionParser in dev.sympho.modular_commands.utils.parse.entity
Subclasses of EntityRefMentionParser in dev.sympho.modular_commands.utils.parse.entityModifier and TypeClassDescriptionclassChannelRefMentionParser<C extends Channel>A parser for channel mentions to references.classA parser for user mentions to references.classA parser for user mentions to references.Constructors in dev.sympho.modular_commands.utils.parse.entity with parameters of type EntityRefMentionParserModifierConstructorDescriptionprotectedEntityMentionParser(EntityRefMentionParser<? extends EntityRef<E>> refParser) Creates a new instance.protectedEntityRefParser(@Nullable EntityRefUrlParser<R> urlParser, @Nullable EntityRefMentionParser<R> mentionParser) Creates a new instance.