Class CommandPattern.RequiredArgumentSegment

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

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

    • RequiredArgumentSegment

      public RequiredArgumentSegment(String name)
  • Method Details

    • isOptional

      public boolean isOptional()
    • signatureToken

      public String signatureToken()