public static class FunctionManager.QueuedCommand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private FunctionObject.IEntry |
entry |
private FunctionManager |
functionManager |
private CommandSource |
sender |
Constructor and Description |
---|
QueuedCommand(FunctionManager p_i48018_1_,
CommandSource p_i48018_2_,
FunctionObject.IEntry p_i48018_3_) |
Modifier and Type | Method and Description |
---|---|
void |
execute(java.util.ArrayDeque<FunctionManager.QueuedCommand> commandQueue,
int maxCommandChainLength) |
java.lang.String |
toString() |
private final FunctionManager functionManager
private final CommandSource sender
private final FunctionObject.IEntry entry
public QueuedCommand(FunctionManager p_i48018_1_, CommandSource p_i48018_2_, FunctionObject.IEntry p_i48018_3_)
public void execute(java.util.ArrayDeque<FunctionManager.QueuedCommand> commandQueue, int maxCommandChainLength)
public java.lang.String toString()
toString
in class java.lang.Object