Class DoubleParser

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

public class DoubleParser extends ArgumentParser<Double>
  • Field Details

  • Constructor Details

    • DoubleParser

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

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