Class LongParser

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

public class LongParser extends ArgumentParser<Long>
  • Field Details

  • Constructor Details

    • LongParser

      @AvailableSince("0.0.36") public LongParser(int priority, String keyword)
      Creates a new long parser
      Parameters:
      priority - parser priority of which should be higher than others or lower
      keyword - parser keyword
    • LongParser

      public LongParser(int priority)
      Creates a new long parser
      Parameters:
      priority - parser priority of which should be higher than others or lower
  • Method Details