Class StorageUpgradeable
java.lang.Object
me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
Constructor Summary
ConstructorsConstructorDescriptionStorageUpgradeable(Integer base, Integer max, Integer step, Integer upgradeCost) -
Method Summary
Modifier and TypeMethodDescriptiongetBase()The base valuegetMax()The maximum valuegetStep()The upgrade step valueThe cost to upgradevoidThe base valuevoidThe maximum valuevoidThe upgrade step valuevoidsetUpgradeCost(Integer upgradeCost) The cost to upgrade
-
Constructor Details
-
StorageUpgradeable
-
StorageUpgradeable
public StorageUpgradeable()
-
-
Method Details
-
getBase
The base value -
getMax
The maximum value -
getStep
The upgrade step value -
getUpgradeCost
The cost to upgrade -
setBase
The base value -
setMax
The maximum value -
setStep
The upgrade step value -
setUpgradeCost
The cost to upgrade
-