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

public class RoleParser extends EntityParser<Role>
A parser that extracts a role from a string.
Since:
1.0
Version:
1.0
  • Constructor Details

    • RoleParser

      public RoleParser()
      Creates a new instance.