Uses of Class
net.minecraft.server.function.CommandFunctionManager.Entry
Packages that use CommandFunctionManager.Entry
-
Uses of CommandFunctionManager.Entry in net.minecraft.server.function
Fields in net.minecraft.server.function with type parameters of type CommandFunctionManager.EntryModifier and TypeFieldDescriptionprivate ArrayDeque<CommandFunctionManager.Entry>CommandFunctionManager.chainprivate List<CommandFunctionManager.Entry>CommandFunctionManager.pendingMethod parameters in net.minecraft.server.function with type arguments of type CommandFunctionManager.EntryModifier 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)voidCommandFunctionManager.Entry.execute(ArrayDeque<CommandFunctionManager.Entry> stack, int maxChainLength)