Class ChannelRefMentionParser<C extends Channel>

java.lang.Object
dev.sympho.modular_commands.utils.parse.entity.EntityRefMentionParser<EntityRef.ChannelRef<C>>
dev.sympho.modular_commands.utils.parse.entity.ChannelRefMentionParser<C>
Type Parameters:
C - The channel type.
All Implemented Interfaces:
ParserFunction<String,EntityRef.ChannelRef<C>>, BiFunction<CommandContext,String,Mono<EntityRef.ChannelRef<C>>>

public class ChannelRefMentionParser<C extends Channel> extends EntityRefMentionParser<EntityRef.ChannelRef<C>>
A parser for channel mentions to references.
Since:
1.0
Version:
1.0