Package games.stendhal.client
Interface GameLoop.PersistentTask
- Enclosing class:
- GameLoop
public static interface GameLoop.PersistentTask
Interface for the main game loop task.
-
Method Summary
-
Method Details
-
run
void run(int delta)Run the task.- Parameters:
delta
- time since the last run
-