Package net.minecraft.advancements
Class FunctionManager.QueuedCommand
- java.lang.Object
-
- net.minecraft.advancements.FunctionManager.QueuedCommand
-
- Enclosing class:
- FunctionManager
public static class FunctionManager.QueuedCommand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private FunctionObject.IEntryentryprivate FunctionManagermanagerprivate CommandSourcesender
-
Constructor Summary
Constructors Constructor Description QueuedCommand(FunctionManager p_i48018_1_, CommandSource p_i48018_2_, FunctionObject.IEntry p_i48018_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(java.util.ArrayDeque<FunctionManager.QueuedCommand> p_194222_1_, int p_194222_2_)java.lang.StringtoString()
-
-
-
Field Detail
-
manager
private final FunctionManager manager
-
sender
private final CommandSource sender
-
entry
private final FunctionObject.IEntry entry
-
-
Constructor Detail
-
QueuedCommand
public QueuedCommand(FunctionManager p_i48018_1_, CommandSource p_i48018_2_, FunctionObject.IEntry p_i48018_3_)
-
-
Method Detail
-
execute
public void execute(java.util.ArrayDeque<FunctionManager.QueuedCommand> p_194222_1_, int p_194222_2_)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-