Interface LiteralNode<T,S extends CommandContext<T,?>>

All Known Subinterfaces:
CommandNode<T,S>
All Known Implementing Classes:
CommandNodeImpl

public interface LiteralNode<T,S extends CommandContext<T,?>>
  • Method Details

    • addLiteral

      void addLiteral(@NotNull @NotNull CommandNode<T,S> commandNode)
    • getLiteral

      @Nullable @Nullable CommandNode<T,S> getLiteral(@NotNull @NotNull String name)
    • getLiterals

      @NotNull @NotNull Set<CommandNode<T,S>> getLiterals()
    • getPermission

      @Nullable @Nullable String getPermission()