Class UserMentionParser

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

public class UserMentionParser extends EntityMentionParser<User>
A parser for user mentions.
Since:
1.0
Version:
1.0
  • Constructor Details

    • UserMentionParser

      public UserMentionParser()
      Creates a new instance.