Class CommandPattern.OptionalArgumentSegment

java.lang.Object
tech.guilhermekaua.spigotboot.commands.parse.CommandPattern.ArgumentSegment
tech.guilhermekaua.spigotboot.commands.parse.CommandPattern.OptionalArgumentSegment
All Implemented Interfaces:
CommandPattern.CommandSegment
Enclosing class:
CommandPattern

public static final class CommandPattern.OptionalArgumentSegment extends CommandPattern.ArgumentSegment
  • Constructor Details

    • OptionalArgumentSegment

      public OptionalArgumentSegment(String name)
  • Method Details

    • isOptional

      public boolean isOptional()
    • signatureToken

      public String signatureToken()