Uses of Class
net.minecraft.server.function.CommandFunctionManager
Packages that use CommandFunctionManager
-
Uses of CommandFunctionManager in net.minecraft.server
Fields in net.minecraft.server declared as CommandFunctionManagerModifier and TypeFieldDescriptionprivate CommandFunctionManager
MinecraftServer.commandFunctionManager
Methods in net.minecraft.server that return CommandFunctionManager -
Uses of CommandFunctionManager in net.minecraft.server.function
Methods in net.minecraft.server.function with parameters of type CommandFunctionManagerModifier 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> deque, int maxChainLength, @Nullable CommandFunctionManager.Tracer tracer)
CommandFunction.LazyContainer.get(CommandFunctionManager manager)