@FunctionalInterface public interface Command<S>
| Modifier and Type | Field and Description |
|---|---|
static int |
SINGLE_SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
int |
run(CommandContext<S> context) |
static final int SINGLE_SUCCESS
int run(CommandContext<S> context) throws CommandSyntaxException
CommandSyntaxExceptionCopyright © 2018. All rights reserved.