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
Subclasses with type arguments of type PlayerOpenUIEvent.UIType in de.marcely.bedwars.api.event.playerModifier and TypeClassDescriptionstatic enumGet the type of the UI that can be shown.Methods in de.marcely.bedwars.api.event.player that return PlayerOpenUIEvent.UITypeModifier and TypeMethodDescriptionPlayerOpenUIEvent.getType()Get the type of the UI.static PlayerOpenUIEvent.UITypeReturns 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)