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

public class UserParser extends EntityParser<User>
A parser that extracts an user from a string.
Since:
1.0
Version:
1.0
  • Constructor Details

    • UserParser

      public UserParser()
      Creates a new instance.