Class ParagraphParser

java.lang.Object
net.apartium.cocoabeans.commands.parsers.ArgumentParser<String>
net.apartium.cocoabeans.commands.parsers.ParagraphParser
All Implemented Interfaces:
Comparable<ArgumentParser<?>>

@AvailableSince("0.0.36") public class ParagraphParser extends ArgumentParser<String>
Parsers that let you press strings that are more than one word and are limited by using quotation marks and has support for new lines
Example
Input /test Hello\nWorld
Output Hello
World
See Also:
  • LongStringParser