-
Method parameters in net.minecraft.server.function with type arguments of type CommandFunctionManager.Entry
| Modifier and Type |
Method |
Description |
void |
CommandFunction.CommandElement.execute(CommandFunctionManager manager,
ServerCommandSource source,
Deque<CommandFunctionManager.Entry> entries,
int maxChainLength) |
void |
CommandFunction.Element.execute(CommandFunctionManager manager,
ServerCommandSource source,
Deque<CommandFunctionManager.Entry> entries,
int maxChainLength) |
|
void |
CommandFunction.FunctionElement.execute(CommandFunctionManager manager,
ServerCommandSource source,
Deque<CommandFunctionManager.Entry> entries,
int maxChainLength) |
void |
CommandFunctionManager.Entry.execute(ArrayDeque<CommandFunctionManager.Entry> stack,
int maxChainLength) |
|