Class ChannelRefParser<C extends @NonNull Channel>

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

public class ChannelRefParser<C extends @NonNull Channel> extends EntityRefParser<EntityRef.ChannelRef<C>>
A parser that extracts a channel reference from a string.
Since:
1.0
Version:
1.0