Uses of Class
net.minecraft.advancements.FunctionManager.QueuedCommand
-
Uses of FunctionManager.QueuedCommand in net.minecraft.advancements
Modifier and TypeFieldDescriptionprivate final ArrayDeque<FunctionManager.QueuedCommand>
FunctionManager.commandQueue
private final List<FunctionManager.QueuedCommand>
FunctionManager.nestedCalls
Modifier and TypeMethodDescriptionvoid
FunctionManager.QueuedCommand.execute
(ArrayDeque<FunctionManager.QueuedCommand> p_194222_1_, int p_194222_2_) -
Uses of FunctionManager.QueuedCommand in net.minecraft.command
Modifier and TypeMethodDescriptionvoid
FunctionObject.CommandEntry.execute
(FunctionManager p_196998_1_, CommandSource p_196998_2_, ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_) void
FunctionObject.FunctionEntry.execute
(FunctionManager p_196998_1_, CommandSource p_196998_2_, ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_) void
FunctionObject.IEntry.execute
(FunctionManager p_196998_1_, CommandSource p_196998_2_, ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_)