Class MessageParser

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

public class MessageParser extends EntityParser<Message>
A parser that extracts a message from a string.
Since:
1.0
Version:
1.0
  • Constructor Details

    • MessageParser

      public MessageParser()
      Creates a new instance.