Package net.minecraft.server.function
Class CommandFunction.FunctionElement
java.lang.Object
net.minecraft.server.function.CommandFunction.FunctionElement
- All Implemented Interfaces:
CommandFunction.Element
- Enclosing class:
- CommandFunction
public static class CommandFunction.FunctionElement extends Object implements CommandFunction.Element
-
Field Summary
Fields Modifier and Type Field Description private CommandFunction.LazyContainer
function
-
Constructor Summary
Constructors Constructor Description FunctionElement(CommandFunction commandFunction)
-
Method Summary
Modifier and Type Method Description void
execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> deque, int maxChainLength)
String
toString()
-
Field Details
-
function
-
-
Constructor Details
-
FunctionElement
-
-
Method Details
-
execute
public void execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> deque, int maxChainLength)- Specified by:
execute
in interfaceCommandFunction.Element
-
toString
-