Class ShipFactory

java.lang.Object
com.csse3200.game.entities.factories.ShipFactory

public class ShipFactory extends Object
  • Constructor Details

    • ShipFactory

      public ShipFactory()
  • Method Details

    • createShip

      public static Entity createShip()
      Creates a ship entity
      Returns:
      ship entity
    • setupShipAnimations

      public static AnimationRenderComponent setupShipAnimations()
      Adds all animations to the AnimationRenderComponent for the ship
      Returns:
      an AnimationRenderComponent for ship animations.