Class ShipUpgradesFactory

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

public class ShipUpgradesFactory extends Object
  • Constructor Details

    • ShipUpgradesFactory

      public ShipUpgradesFactory()
  • Method Details

    • createUpgrade

      public static Entity createUpgrade(ShipUpgradesConfig config)
      Based on given ShipUpgradesConfig, create the relevant stat upgrade
      Parameters:
      config -
      Returns:
      the relevant stat ShipUpgrade entity
    • createHealthUpgrade

      public static Entity createHealthUpgrade()
      Create the health upgrade for the ship
      Returns:
      the Health stat upgrade entity
    • createFuelUpgrade

      public static Entity createFuelUpgrade()
      Create the fuel upgrade for the ship
      Returns:
      the fuel stat upgrade entity