Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core.api.command |
Classes for building complex command trees.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CommandOption> |
CommandResult.options |
Modifier and Type | Method and Description |
---|---|
java.util.List<CommandOption> |
CommandResult.getOptions() |
Modifier and Type | Method and Description |
---|---|
void |
CommandResult.add(CommandOption option) |
Modifier and Type | Method and Description |
---|---|
void |
CommandResult.addAll(java.util.Collection<CommandOption> options) |