Uses of Class
net.minecraft.advancements.FunctionManager.QueuedCommand
Packages that use FunctionManager.QueuedCommand
-
Uses of FunctionManager.QueuedCommand in net.minecraft.advancements
Fields in net.minecraft.advancements with type parameters of type FunctionManager.QueuedCommandModifier and TypeFieldDescriptionprivate final ArrayDeque<FunctionManager.QueuedCommand>FunctionManager.commandQueueprivate final List<FunctionManager.QueuedCommand>FunctionManager.nestedCallsMethod parameters in net.minecraft.advancements with type arguments of type FunctionManager.QueuedCommandModifier and TypeMethodDescriptionvoidFunctionManager.QueuedCommand.execute(ArrayDeque<FunctionManager.QueuedCommand> p_194222_1_, int p_194222_2_) -
Uses of FunctionManager.QueuedCommand in net.minecraft.command
Method parameters in net.minecraft.command with type arguments of type FunctionManager.QueuedCommandModifier and TypeMethodDescriptionvoidFunctionObject.CommandEntry.execute(FunctionManager p_196998_1_, CommandSource p_196998_2_, ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_) voidFunctionObject.FunctionEntry.execute(FunctionManager p_196998_1_, CommandSource p_196998_2_, ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_) voidFunctionObject.IEntry.execute(FunctionManager p_196998_1_, CommandSource p_196998_2_, ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_)