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 TypeMethodDescription@NotNull PlayerBanItemEvent.Type
PlayerBanItemEvent.getType()
Type of banning.static 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
(@NotNull org.bukkit.entity.Player player, @NotNull PlayerBanItemEvent.Type type, @NotNull BannedItem bannedItem, @NotNull BanAction action, @NotNull BanActionData actionData, @Nullable BanData... data) Construct the event with all information about the occurring banning process.