public static class FunctionManager.QueuedCommand
extends java.lang.Object
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() |
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