public static class CommandFunction.FunctionElement extends Object implements CommandFunction.Element
Modifier and Type | Field and Description |
---|---|
private CommandFunction.LazyContainer |
function |
Constructor and Description |
---|
FunctionElement(CommandFunction commandFunction) |
Modifier and Type | Method and Description |
---|---|
void |
execute(CommandFunctionManager manager,
ServerCommandSource source,
ArrayDeque<CommandFunctionManager.Entry> stack,
int maxChainLength) |
String |
toString() |
private final CommandFunction.LazyContainer function
public FunctionElement(CommandFunction commandFunction)
public void execute(CommandFunctionManager manager, ServerCommandSource source, ArrayDeque<CommandFunctionManager.Entry> stack, int maxChainLength)
execute
in interface CommandFunction.Element