Uses of Enum
de.marcely.bedwars.api.event.player.PlayerOpenUIEvent.UIType
Packages that use PlayerOpenUIEvent.UIType
-
Uses of PlayerOpenUIEvent.UIType in de.marcely.bedwars.api.event.player
Methods in de.marcely.bedwars.api.event.player that return PlayerOpenUIEvent.UITypeModifier and TypeMethodDescriptionPlayerOpenUIEvent.getType()
Get the type of the UI.static PlayerOpenUIEvent.UIType
Returns the enum constant of this type with the specified name.static PlayerOpenUIEvent.UIType[]
PlayerOpenUIEvent.UIType.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 PlayerOpenUIEvent.UITypeModifierConstructorDescriptionPlayerOpenUIEvent
(Player player, ChestGUI gui, PlayerOpenUIEvent.UIType type)