public static class FunctionObject.CommandEntry extends java.lang.Object implements FunctionObject.Entry
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
command |
Constructor and Description |
---|
CommandEntry(java.lang.String p_i47534_1_) |
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 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