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 Summary
Modifier and TypeMethodDescriptionvoidaddLiteral(@NotNull CommandNode<T, S> commandNode) @Nullable CommandNode<T, S> getLiteral(@NotNull String name) @NotNull Set<CommandNode<T, S>>
-
Method Details
-
addLiteral
-
getLiteral
-
getLiterals
-