Uses of Enum
de.marcely.bedwars.api.event.player.PlayerOpenArenaChestEvent.ChestType
Packages that use PlayerOpenArenaChestEvent.ChestType
Package
Description
Contains classes that are related to the
Arena.Events related to
Player actions, or changes to player properties.-
Uses of PlayerOpenArenaChestEvent.ChestType in de.marcely.bedwars.api.arena
Methods in de.marcely.bedwars.api.arena that return PlayerOpenArenaChestEvent.ChestTypeModifier and TypeMethodDescriptionArena.getChestType(Block block) Get the type of a special chest existing within the arena. -
Uses of PlayerOpenArenaChestEvent.ChestType in de.marcely.bedwars.api.event.player
Subclasses with type arguments of type PlayerOpenArenaChestEvent.ChestType in de.marcely.bedwars.api.event.playerModifier and TypeClassDescriptionstatic enumThe type of chest that has been interacted with.Methods in de.marcely.bedwars.api.event.player that return PlayerOpenArenaChestEvent.ChestTypeModifier and TypeMethodDescriptionPlayerOpenArenaChestEvent.getChestType()Returns the type of chest that has been interacted with.Returns the enum constant of this type with the specified name.static PlayerOpenArenaChestEvent.ChestType[]PlayerOpenArenaChestEvent.ChestType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.marcely.bedwars.api.event.player with parameters of type PlayerOpenArenaChestEvent.ChestTypeModifierConstructorDescriptionPlayerOpenArenaChestEvent(Player player, Arena arena, Team team, Supplier<Inventory> inventory, Block chestBlock, PlayerOpenArenaChestEvent.ChestType chestType, PlayerOpenArenaChestEvent.OpenPurpose purpose) PlayerOpenArenaChestEvent(Player player, Arena arena, Team team, Inventory inventory, Block chestBlock, PlayerOpenArenaChestEvent.ChestType chestType, PlayerOpenArenaChestEvent.OpenPurpose purpose)