Uses of Enum
de.marcely.bedwars.api.game.upgrade.UpgradeShopOpenCause
Package
Description
-
Uses of UpgradeShopOpenCause in de.marcely.bedwars.api
Modifier 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
Modifier and TypeMethodDescriptionPlayerOpenUpgradeShopEvent.getCause()
Returns the way how the player opened the upgrade shopModifierConstructorDescriptionPlayerOpenUpgradeShopEvent
(Player player, @Nullable Arena arena, Team team, UpgradeShopLayout layout, UpgradeShopOpenCause cause, @Nullable Object layoutData) -
Uses of UpgradeShopOpenCause in de.marcely.bedwars.api.game.upgrade
Modifier 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.