Class ShipUpgradesComponent

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.ships.ShipUpgradesComponent

public class ShipUpgradesComponent extends Component
Represents the upgrades for ship
  • Constructor Details

    • ShipUpgradesComponent

      public ShipUpgradesComponent(ShipUpgradesType type, short targetLayer)
      Assigns a type and targetLayer value to a given ShipUpgrade
  • Method Details

    • applyUpgrade

      public void applyUpgrade(Entity ship)
      Applies the effects of the Upgrade to the specified target entity, preferably a ship
      Parameters:
      ship - - the ship to apply the upgrade to
    • getType

      public ShipUpgradesType getType()
      Retrieves the type of the ShipUpgrades.
      Returns:
      The current ShipUpgrades type.
    • setType

      public void setType(ShipUpgradesType type)
      Sets the type of the ShipUpgrades.
      Parameters:
      type - The type to set.