Class TurtleCarryComponent
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.minigames.maze.components.npc.TurtleCarryComponent
A component that let's turtles carry around an object on their backs.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
update()
Called once per frame of the game, and should be used for most component logic.Methods inherited from class com.csse3200.game.components.Component
create, dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate