Uses of Enum
de.marcely.bedwars.api.game.upgrade.UpgradeShopOpenCause
Packages that use UpgradeShopOpenCause
Package
Description
The root package of the MBedwars API
Events related to
Player
actions, or changes to player properties.Classes relevant to the in game team upgrade shop.
-
Uses of UpgradeShopOpenCause in de.marcely.bedwars.api
Methods in de.marcely.bedwars.api with parameters of type UpgradeShopOpenCauseModifier and TypeMethodDescriptionboolean
GameAPI.openUpgradeShop
(Player player, Arena arena, Team team, UpgradeShopOpenCause cause) Opens the upgrade shop for a player. -
Uses of UpgradeShopOpenCause in de.marcely.bedwars.api.event.player
Methods in de.marcely.bedwars.api.event.player that return UpgradeShopOpenCauseModifier and TypeMethodDescriptionPlayerOpenUpgradeShopEvent.getCause()
Returns the way how the player opened the upgrade shopConstructors in de.marcely.bedwars.api.event.player with parameters of type UpgradeShopOpenCauseModifierConstructorDescriptionPlayerOpenUpgradeShopEvent
(Player player, @Nullable Arena arena, Team team, UpgradeShopLayout layout, UpgradeShopOpenCause cause, @Nullable Object layoutData) -
Uses of UpgradeShopOpenCause in de.marcely.bedwars.api.game.upgrade
Methods in de.marcely.bedwars.api.game.upgrade that return UpgradeShopOpenCauseModifier and TypeMethodDescriptionstatic UpgradeShopOpenCause
Returns the enum constant of this type with the specified name.static UpgradeShopOpenCause[]
UpgradeShopOpenCause.values()
Returns an array containing the constants of this enum type, in the order they are declared.