Uses of Class
net.minecraft.server.function.CommandFunctionManager
Packages that use CommandFunctionManager
- 
Uses of CommandFunctionManager in net.minecraft.serverFields in net.minecraft.server declared as CommandFunctionManagerModifier and TypeFieldDescriptionprivate final CommandFunctionManagerMinecraftServer.commandFunctionManagerMethods in net.minecraft.server that return CommandFunctionManager
- 
Uses of CommandFunctionManager in net.minecraft.server.functionMethods in net.minecraft.server.function with parameters of type CommandFunctionManagerModifier and TypeMethodDescriptionprivate intCommandFunction.CommandElement.execute(CommandFunctionManager manager, ServerCommandSource source) voidCommandFunction.CommandElement.execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int depth, CommandFunctionManager.Tracer tracer) voidCommandFunction.Element.execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int depth, CommandFunctionManager.Tracer tracer) voidCommandFunction.FunctionElement.execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int depth, CommandFunctionManager.Tracer tracer) voidCommandFunctionManager.Entry.execute(CommandFunctionManager manager, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, @Nullable CommandFunctionManager.Tracer tracer) CommandFunction.LazyContainer.get(CommandFunctionManager manager)