Package com.csse3200.game.components.npc
Class BossAnimationController
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.npc.BossAnimationController
This class listens to events related to the Boss entity's state and plays the appropriate animation
when one of the events is triggered. The Boss has animations for wandering and chasing in both the
left and right directions.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.csse3200.game.components.Component
dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate, update