Package net.minecraft.server.function
Class CommandFunctionManager.Entry
java.lang.Object
net.minecraft.server.function.CommandFunctionManager.Entry
- Enclosing class:
- CommandFunctionManager
public static class CommandFunctionManager.Entry extends Object
-
Field Summary
Fields Modifier and Type Field Description private CommandFunction.Elementelementprivate CommandFunctionManagermanagerprivate ServerCommandSourcesource -
Constructor Summary
Constructors Constructor Description Entry(CommandFunctionManager manager, ServerCommandSource source, CommandFunction.Element element) -
Method Summary
Modifier and Type Method Description voidexecute(ArrayDeque<CommandFunctionManager.Entry> stack, int maxChainLength)StringtoString()
-
Field Details
-
manager
-
source
-
element
-
-
Constructor Details
-
Entry
public Entry(CommandFunctionManager manager, ServerCommandSource source, CommandFunction.Element element)
-
-
Method Details