Uses of Enum Class
fr.andross.banitem.events.PlayerBanItemEvent.Type
Packages that use PlayerBanItemEvent.Type
-
Uses of PlayerBanItemEvent.Type in fr.andross.banitem.events
Methods in fr.andross.banitem.events that return PlayerBanItemEvent.TypeModifier and TypeMethodDescriptionPlayerBanItemEvent.getType()
Type of banningstatic PlayerBanItemEvent.Type
Returns the enum constant of this class with the specified name.static PlayerBanItemEvent.Type[]
PlayerBanItemEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.andross.banitem.events with parameters of type PlayerBanItemEvent.TypeModifierConstructorDescriptionPlayerBanItemEvent
(org.bukkit.entity.Player player, PlayerBanItemEvent.Type type, BannedItem bannedItem, BanAction action, BanActionData actionData, BanData... data)