org.d_haven.event.command
public static final class DefaultCommandManager.DelayedCommandInfo extends Object
| Field Summary | |
|---|---|
| DelayedCommand | m_command
The command we are keeping track of. |
| long | m_nextRunTime
The next time this command is supposed to execute. |
| int | m_numExecutions
The number of times the command has been run. |
| boolean | m_repeatable
Whether this command is a repeating command or not. |
| Method Summary | |
|---|---|
| String | toString() |