java.lang.Object
me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable

public class StorageUpgradeable extends Object
  • Constructor Details

    • StorageUpgradeable

      public StorageUpgradeable(Integer base, Integer max, Integer step, Integer upgradeCost)
    • StorageUpgradeable

      public StorageUpgradeable()
  • Method Details

    • getBase

      public Integer getBase()
      The base value
    • getMax

      public Integer getMax()
      The maximum value
    • getStep

      public Integer getStep()
      The upgrade step value
    • getUpgradeCost

      public Integer getUpgradeCost()
      The cost to upgrade
    • setBase

      public void setBase(Integer base)
      The base value
    • setMax

      public void setMax(Integer max)
      The maximum value
    • setStep

      public void setStep(Integer step)
      The upgrade step value
    • setUpgradeCost

      public void setUpgradeCost(Integer upgradeCost)
      The cost to upgrade