Class RoleMentionParser

java.lang.Object
dev.sympho.modular_commands.utils.parse.entity.EntityMentionParser<Role>
dev.sympho.modular_commands.utils.parse.entity.RoleMentionParser
All Implemented Interfaces:
ParserFunction<String,Role>, BiFunction<CommandContext,String,Mono<Role>>

public class RoleMentionParser extends EntityMentionParser<Role>
A parser for role mentions.
Since:
1.0
Version:
1.0
  • Constructor Details

    • RoleMentionParser

      public RoleMentionParser()
      Creates a new instance.