public class TimedTaskRunner extends Object
Modifier and Type | Field and Description |
---|---|
private List<TimedTask> |
tasks |
private GameTest |
test |
private long |
tick |
Constructor and Description |
---|
TimedTaskRunner() |
Modifier and Type | Method and Description |
---|---|
void |
runReported(long tick) |
void |
runSilently(long tick) |
private void |
runTasks(long tick) |
private final GameTest test
private long tick