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 CommandFunctionManagerMinecraftServer.commandFunctionManagerMethods in net.minecraft.server that return CommandFunctionManager -
Uses of CommandFunctionManager in net.minecraft.server.function
Fields in net.minecraft.server.function declared as CommandFunctionManagerModifier and TypeFieldDescriptionprivate CommandFunctionManagerCommandFunctionManager.Entry.managerMethods in net.minecraft.server.function with parameters of type CommandFunctionManagerModifier and TypeMethodDescriptionvoidCommandFunction.CommandElement.execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength)voidCommandFunction.Element.execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength)voidCommandFunction.FunctionElement.execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength)CommandFunction.LazyContainer.get(CommandFunctionManager manager)Constructors in net.minecraft.server.function with parameters of type CommandFunctionManagerModifierConstructorDescriptionEntry(CommandFunctionManager manager, ServerCommandSource source, CommandFunction.Element element)