public static class FunctionObject.CommandEntry extends java.lang.Object implements FunctionObject.Entry
| 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.Entrypublic java.lang.String toString()
toString in class java.lang.Object