Class ShipFactory
java.lang.Object
com.csse3200.game.entities.factories.ShipFactory
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Entity
Creates a ship entitystatic AnimationRenderComponent
Adds all animations to the AnimationRenderComponent for the ship
-
Constructor Details
-
ShipFactory
public ShipFactory()
-
-
Method Details
-
createShip
Creates a ship entity- Returns:
- ship entity
-
setupShipAnimations
Adds all animations to the AnimationRenderComponent for the ship- Returns:
- an AnimationRenderComponent for ship animations.
-