public static class FunctionManager.QueuedCommand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private FunctionObject.Entry |
entry |
private FunctionManager |
functionManager |
private ICommandSender |
sender |
Constructor and Description |
---|
QueuedCommand(FunctionManager functionManagerIn,
ICommandSender senderIn,
FunctionObject.Entry entryIn) |
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 ICommandSender sender
private final FunctionObject.Entry entry
public QueuedCommand(FunctionManager functionManagerIn, ICommandSender senderIn, FunctionObject.Entry entryIn)
public void execute(java.util.ArrayDeque<FunctionManager.QueuedCommand> commandQueue, int maxCommandChainLength)
public java.lang.String toString()
toString
in class java.lang.Object