Uses of Interface
dev.sympho.modular_commands.utils.parse.entity.EntityRef
Packages that use EntityRef
-
Uses of EntityRef in dev.sympho.modular_commands.utils.parse.entity
Classes in dev.sympho.modular_commands.utils.parse.entity with type parameters of type EntityRefModifier and TypeClassDescriptionclassEntityRefMentionParser<R extends EntityRef<? extends @NonNull Entity>>A parser for mentions of Discord entities to references.classEntityRefParser<R extends EntityRef<? extends @NonNull Entity>>A parser that extracts an entity reference from a string.classEntityRefUrlParser<R extends EntityRef<? extends @NonNull Entity>>A parser for URLs of Discord entities to references.Classes in dev.sympho.modular_commands.utils.parse.entity that implement EntityRefModifier and TypeClassDescriptionstatic final recordEntityRef.ChannelRef<C extends @NonNull Channel>A reference to a channel.static final recordA reference to a message.static final recordA reference to a role.static final recordA reference to a user.Constructor parameters in dev.sympho.modular_commands.utils.parse.entity with type arguments of type EntityRefModifierConstructorDescriptionprotectedEntityMentionParser(EntityRefMentionParser<? extends EntityRef<E>> refParser) Creates a new instance.protectedEntityParser(EntityRefParser<? extends EntityRef<E>> parser) Creates a new instance.protectedEntityUrlParser(EntityRefUrlParser<? extends EntityRef<E>> refParser) Creates a new instance.