public static class FunctionObject.FunctionEntry extends java.lang.Object implements FunctionObject.Entry
Constructor and Description |
---|
FunctionEntry(FunctionObject functionIn) |
Modifier and Type | Method and Description |
---|---|
void |
execute(FunctionManager functionManagerIn,
ICommandSender sender,
java.util.ArrayDeque<FunctionManager.QueuedCommand> commandQueue,
int maxCommandChainLength) |
java.lang.String |
toString() |
public FunctionEntry(FunctionObject functionIn)
public void execute(FunctionManager functionManagerIn, ICommandSender sender, java.util.ArrayDeque<FunctionManager.QueuedCommand> commandQueue, int maxCommandChainLength)
execute
in interface FunctionObject.Entry
public java.lang.String toString()
toString
in class java.lang.Object