public static class FunctionObject.FunctionEntry extends java.lang.Object implements FunctionObject.IEntry
| 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 p_196998_1_,
CommandSource p_196998_2_,
java.util.ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_,
int p_196998_4_) |
java.lang.String |
toString() |
private final FunctionObject.CacheableFunction function
public FunctionEntry(FunctionObject functionIn)
public void execute(FunctionManager p_196998_1_, CommandSource p_196998_2_, java.util.ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_)
execute in interface FunctionObject.IEntrypublic java.lang.String toString()
toString in class java.lang.Object