Package wizardquest.abilities
Class ThunderStormUnlockUpgrade
java.lang.Object
wizardquest.abilities.UpgradeBase
wizardquest.abilities.ThunderStormUnlockUpgrade
- All Implemented Interfaces:
EntityInterface,PlayerInterface
-
Field Summary
Fields inherited from class wizardquest.abilities.UpgradeBase
player -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList the abilities that are currently usable by the entity.List the upgrades that have been purchased between encounters by the player.Methods inherited from class wizardquest.abilities.UpgradeBase
calcDamage, gainCoins, gainMagic, getCoins, getHealth, getLives, getMagic, getMagicRegenRate, getMaxHealth, getMaxMagic, getType, loseCoins, loseHealth, loseLives, loseMagic, resetHealth, resetMagic
-
Constructor Details
-
ThunderStormUnlockUpgrade
-
-
Method Details
-
getUpgrades
Description copied from interface:PlayerInterfaceList the upgrades that have been purchased between encounters by the player.- Specified by:
getUpgradesin interfacePlayerInterface- Overrides:
getUpgradesin classUpgradeBase- Returns:
- a list of purchased upgrades.
-
getAbilities
Description copied from interface:EntityInterfaceList the abilities that are currently usable by the entity.- Specified by:
getAbilitiesin interfaceEntityInterface- Overrides:
getAbilitiesin classUpgradeBase- Returns:
- a list of abilities.
-