Uses of Interface
de.marcely.bedwars.api.game.upgrade.Upgrade
Packages that use Upgrade
Package
Description
The root package of the MBedwars API
Classes relevant to the in game team upgrade shop.
Classes relevant to implement different 
UpgradeShopLayouts for the in game shop.- 
Uses of Upgrade in de.marcely.bedwars.apiMethods in de.marcely.bedwars.api that return types with arguments of type UpgradeModifier and TypeMethodDescriptionGameAPI.getUpgrades()Returns all the upgrades that are currently loaded.
- 
Uses of Upgrade in de.marcely.bedwars.api.game.upgradeMethods in de.marcely.bedwars.api.game.upgrade that return UpgradeModifier and TypeMethodDescriptionUpgradeLevel.getUpgrade()Returns upgrade that this upgrade level belongs toMethods in de.marcely.bedwars.api.game.upgrade with parameters of type UpgradeModifier and TypeMethodDescription@Nullable UpgradeLevelUpgradeState.clearUpgrade(Upgrade upgrade) Removes existing upgrades for the specified upgrade.intUpgradeState.getCurrentLevel(Upgrade upgrade) Returns the level this team has upgraded this upgrade to.@Nullable UpgradeLevelUpgradeState.getCurrentUpgradeLevel(Upgrade upgrade) Returns the UpgradeLevel the teams has reached on this upgrade.@Nullable UpgradeLevelUpgradeState.getNextUpgradeLevel(Upgrade upgrade) Returns the next upgrade level players can buy of the specified type.booleanUpgradeState.isMaxLevel(Upgrade upgrade) Checks if an upgrade is maxed out.
- 
Uses of Upgrade in de.marcely.bedwars.api.game.upgrade.layoutMethods in de.marcely.bedwars.api.game.upgrade.layout with parameters of type UpgradeModifier and TypeMethodDescriptionUpgradeShopLayoutHandler.OpenEvent.getUpgradeState(Upgrade upgrade) returns the upgrade state of a specified upgrade