Uses of Class
net.minecraft.server.function.CommandFunctionManager.Entry
-
Uses of CommandFunctionManager.Entry in net.minecraft.server.function
Modifier and TypeFieldDescriptionprivate Deque<CommandFunctionManager.Entry>
CommandFunctionManager.class_6345.field_33547
private List<CommandFunctionManager.Entry>
CommandFunctionManager.class_6345.field_33548
Modifier and TypeMethodDescriptionvoid
CommandFunction.CommandElement.execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int depth, CommandFunctionManager.Tracer tracer)
void
CommandFunction.Element.execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int depth, CommandFunctionManager.Tracer tracer)
void
CommandFunction.FunctionElement.execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int depth, CommandFunctionManager.Tracer tracer)
void
CommandFunctionManager.Entry.execute(CommandFunctionManager manager, Deque<CommandFunctionManager.Entry> deque, int maxChainLength, @Nullable CommandFunctionManager.Tracer tracer)