Class UpgradeShip

java.lang.Object
com.csse3200.game.services.UpgradeShip

public class UpgradeShip extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor initialize any necessary variable here
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Moving around to choose the bottle Currently only have one bottle to increase speed of the ships Using PowerUp component and interactable comp class By Foref (gonna delete this later)
    void
    A button that can exit the shop Have two destination: current minigame or main menu By Vy (gonna delete this later)
    void
    This method responsible for setting the Shop place (new Map) By Vy (gonna delete this later)
    void
    This method responsible for upgrade ship based on the parameter By Foref (gonna delete this later)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UpgradeShip

      public UpgradeShip()
      Constructor initialize any necessary variable here
  • Method Details

    • setShop

      public void setShop()
      This method responsible for setting the Shop place (new Map) By Vy (gonna delete this later)
    • ChoosingUpgradeComponent

      public void ChoosingUpgradeComponent()
      Moving around to choose the bottle Currently only have one bottle to increase speed of the ships Using PowerUp component and interactable comp class By Foref (gonna delete this later)
    • Upgrade

      public void Upgrade()
      This method responsible for upgrade ship based on the parameter By Foref (gonna delete this later)
    • ExitButton

      public void ExitButton()
      A button that can exit the shop Have two destination: current minigame or main menu By Vy (gonna delete this later)