Class EnemyAnimationController

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.npc.EnemyAnimationController

public class EnemyAnimationController extends Component
This class listens to events relevant to all enemy entities' state and plays the animation when one of the events is triggered.
  • Constructor Details

    • EnemyAnimationController

      public EnemyAnimationController()
  • Method Details

    • create

      public void create()
      Add actions listener to the entity
      Overrides:
      create in class Component