Uses of Class
wizardquest.gamemanager.LackingResourceException
Packages that use LackingResourceException
-
Uses of LackingResourceException in wizardquest.abilities
Methods in wizardquest.abilities that throw LackingResourceExceptionModifier and TypeMethodDescriptionvoidAbilityEnum.execute(EntityInterface source, EntityInterface target) Executes the ability on a target. -
Uses of LackingResourceException in wizardquest.gamemanager
Methods in wizardquest.gamemanager that throw LackingResourceExceptionModifier and TypeMethodDescriptionvoidGameManagerInterface.purchaseUpgrade(UpgradeEnum upgrade) Attempts to purchase an upgrade from the shop.voidGameRun.purchaseUpgrade(UpgradeEnum upgrade) voidGameRunInterface.purchaseUpgrade(UpgradeEnum upgrade) Attempts to buy the selected upgrade, throwing an error if the player doesn't have enough coins, and otherwise reducing their number of coins by the upgrade's price.