Class MazeEntityAnimationController

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.minigames.maze.components.npc.MazeEntityAnimationController

public class MazeEntityAnimationController extends Component
This class listens to events relevant to a maze entity's state and plays the animation when one of the events is triggered.
  • Constructor Details

    • MazeEntityAnimationController

      public MazeEntityAnimationController()
  • Method Details

    • create

      public void create()
      Creates events for animations
      Overrides:
      create in class Component