Interface ArgumentCommandToken

All Superinterfaces:
CommandToken
All Known Implementing Classes:
StringArgumentCommandToken, TypedArgumentToken

@API(status=INTERNAL) public interface ArgumentCommandToken extends CommandToken
Interface representing a slash command token which is an argument, like {argument}.
  • Method Details

    • getArgumentName

      String getArgumentName()
      Returns:
      the argument name.