Package com.csse3200.game.components.npc
Class WaterSpiralAnimationController
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.npc.WaterSpiralAnimationController
This class listens to events relevant to the Water Spiral projectile's movement and plays the
corresponding animation when the event is triggered. The water spiral is an attack or projectile
used by certain entities, and the animation plays as the projectile moves.
-
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
-
Constructor Details
-
WaterSpiralAnimationController
public WaterSpiralAnimationController()
-
-
Method Details