public static class FunctionObject.FunctionEntry extends java.lang.Object implements FunctionObject.Entry
Modifier and Type | Field and Description |
---|---|
private FunctionObject.CacheableFunction |
function |
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() |
private final FunctionObject.CacheableFunction function
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