Class MazeOctopusAnimationController

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

public class MazeOctopusAnimationController 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

    • MazeOctopusAnimationController

      public MazeOctopusAnimationController()
  • Method Details

    • create

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