Uses of Class
net.minecraft.server.function.CommandFunctionManager
-
Uses of CommandFunctionManager in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final CommandFunctionManager
MinecraftServer.commandFunctionManager
-
Uses of CommandFunctionManager in net.minecraft.server.function
Modifier and TypeMethodDescriptionprivate int
CommandFunction.CommandElement.execute
(CommandFunctionManager manager, ServerCommandSource source) void
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> entries, int maxChainLength, @Nullable CommandFunctionManager.Tracer tracer) CommandFunction.LazyContainer.get
(CommandFunctionManager manager)