Class MentionableParser<E extends Entity>

java.lang.Object
dev.sympho.modular_commands.utils.parse.EntityParser<E>
dev.sympho.modular_commands.utils.parse.MentionableParser<E>
Type Parameters:
E - The entity type.
All Implemented Interfaces:
ParserFunction<String,E>, BiFunction<CommandContext,String,Mono<E>>
Direct Known Subclasses:
ChannelParser, RoleParser, UserParser

public abstract class MentionableParser<E extends Entity> extends EntityParser<E>
A parser that extracts a mentionable entity from a string.
Since:
1.0
Version:
1.0