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 TypeMethodDescriptionvoid
CommandFunction.CommandElement.execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int int2, CommandFunctionManager.class_6346 class_6346)
void
CommandFunction.Element.execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int int2, CommandFunctionManager.class_6346 class_6346)
void
CommandFunction.FunctionElement.execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int int2, CommandFunctionManager.class_6346 class_6346)
void
CommandFunctionManager.Entry.execute(CommandFunctionManager commandFunctionManager, Deque<CommandFunctionManager.Entry> deque, int int2, @Nullable CommandFunctionManager.class_6346 class_6346)
CommandFunction.LazyContainer.get(CommandFunctionManager manager)
private int
CommandFunction.CommandElement.method_36318(CommandFunctionManager commandFunctionManager, ServerCommandSource serverCommandSource)