Uses of Enum Class
fr.andross.banitem.events.PlayerBanItemEvent.Type
-
Uses of PlayerBanItemEvent.Type in fr.andross.banitem.events
Modifier 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.ModifierConstructorDescriptionPlayerBanItemEvent
(org.bukkit.entity.Player player, PlayerBanItemEvent.Type type, BannedItem bannedItem, BanAction action, BanActionData actionData, BanData... data)