apes
Interface IEnemyAI
- All Known Implementing Classes:
- AbstractEnemyAI, EnemyAIMedium, EnemyAIMediumBACKUP, EnemyAIMediumRewrite, EnemyAISimple
public interface IEnemyAI
An interface for an enemy ai.
Method Summary |
void |
executeNextMove(float time,
org.newdawn.slick.GameContainer gc)
called when the enemy should do something (eg. |
executeNextMove
void executeNextMove(float time,
org.newdawn.slick.GameContainer gc)
- called when the enemy should do something (eg. think about a throw,
carry out a throw, etc)
- Parameters:
time
- gc
-