Class CompanionAnimationController
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.Companion.CompanionAnimationController
This class represents the animation controller component for a companion entity.
It handles animations for both the companion and an accompanying infant companion.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
Creates the CompanionAnimationController and sets up event listeners for animations.Methods inherited from class com.csse3200.game.components.Component
dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate, update