Uses of Class
fr.andross.banitem.actions.BanData
Package
Description
-
Uses of BanData in fr.andross.banitem
Modifier and TypeMethodDescriptionboolean
BanUtils.hasPermission
(org.bukkit.entity.Player player, String itemName, BanAction action, BanData... data) Method to check if the player has the bypass permission for either the item (material name) or custom nameboolean
BanItemAPI.isBanned
(org.bukkit.entity.Player player, BannedItem item, boolean sendMessage, BanAction action, BanData... data) Check if the BannedItem object is banned, in both blacklist and whitelist.boolean
BanItemAPI.isBanned
(org.bukkit.entity.Player player, BannedItem item, BanAction action, BanData... data) Check if the BannedItem object is banned, in both blacklist and whitelist.boolean
BanItemAPI.isBanned
(org.bukkit.entity.Player player, org.bukkit.inventory.ItemStack item, boolean sendMessage, BanAction action, BanData... data) Check if the ItemStack is banned, in both blacklist and whitelist.boolean
BanItemAPI.isBanned
(org.bukkit.entity.Player player, org.bukkit.inventory.ItemStack item, BanAction action, BanData... data) Check if the ItemStack is banned, in both blacklist and whitelist.boolean
BanItemAPI.isBanned
(org.bukkit.entity.Player player, org.bukkit.Location loc, BannedItem item, boolean sendMessage, BanAction action, BanData... data) Check if the BannedItem object is banned, in both blacklist and whitelist.boolean
BanItemAPI.isBanned
(org.bukkit.entity.Player player, org.bukkit.Location loc, BannedItem item, BanAction action, BanData... data) Check if the BannedItem object is banned, in both blacklist and whitelist.boolean
BanItemAPI.isBanned
(org.bukkit.entity.Player player, org.bukkit.Location loc, org.bukkit.inventory.ItemStack item, boolean sendMessage, BanAction action, BanData... data) Check if the ItemStack is banned, in both blacklist and whitelist.boolean
BanItemAPI.isBanned
(org.bukkit.entity.Player player, org.bukkit.Location loc, org.bukkit.inventory.ItemStack item, BanAction action, BanData... data) Check if the ItemStack is banned, in both blacklist and whitelist.boolean
BanItemAPI.isBanned
(org.bukkit.entity.Player player, org.bukkit.Location loc, org.bukkit.Material m, boolean sendMessage, BanAction action, BanData... data) Check if the material is banned, in both blacklist and whitelist.boolean
BanItemAPI.isBanned
(org.bukkit.entity.Player player, org.bukkit.Location loc, org.bukkit.Material m, BanAction action, BanData... data) Check if the material is banned, in both blacklist and whitelist.boolean
BanItemAPI.isBanned
(org.bukkit.entity.Player player, org.bukkit.Material m, boolean sendMessage, BanAction action, BanData... data) Check if the material is banned, in both blacklist and whitelist.boolean
BanItemAPI.isBanned
(org.bukkit.entity.Player player, org.bukkit.Material m, BanAction action, BanData... data) Check if the material is banned, in both blacklist and whitelist.boolean
BanItemAPI.isBanned
(org.bukkit.World world, BannedItem item, BanAction action, BanData... data) This method is used to check if the item is banned, in both blacklist and whitelist, not involving a player This method is mainly used to check dispensers dispense and hoppers transferboolean
BanItemAPI.isBanned
(org.bukkit.World world, org.bukkit.inventory.ItemStack item, BanAction action, BanData... data) This method is used to check if the item is banned, in both blacklist and whitelist, not involving a player This method is mainly used to check dispensers dispense and hoppers transferboolean
BanItemAPI.isBanned
(org.bukkit.World world, org.bukkit.Material material, BanAction action, BanData... data) This method is used to check if the item is banned, in both blacklist and whitelist, not involving a player This method is mainly used to check dispensers dispense and hoppers transferboolean
BanItemAPI.isBlacklisted
(org.bukkit.entity.Player player, org.bukkit.Location location, BannedItem item, boolean sendMessage, BanAction action, BanData... data) Check if the item is blacklisted, sending a message or not to the player.boolean
BanItemAPI.isBlacklisted
(org.bukkit.World world, BannedItem item, BanAction action, BanData... data) Check if the item is blacklisted, not involving a playerboolean
BanItemAPI.isWhitelisted
(org.bukkit.entity.Player player, org.bukkit.Location location, BannedItem item, boolean sendMessage, BanAction action, BanData... data) Check if the item is whitelisted (allowed), sending a message or not to the player.boolean
BanItemAPI.isWhitelisted
(org.bukkit.World world, BannedItem item, BanAction action, BanData... data) Check if the item is whitelisted, not involving a player -
Uses of BanData in fr.andross.banitem.actions
-
Uses of BanData in fr.andross.banitem.database
Modifier and TypeMethodDescriptionboolean
Blacklist.isBlacklisted
(org.bukkit.entity.Player player, org.bukkit.Location location, BannedItem item, boolean sendMessage, BanAction action, BanData... data) Check if the action with the item is blacklisted for the player.boolean
Blacklist.isBlacklisted
(org.bukkit.World world, BannedItem item, BanAction action, BanData... data) This method is used to check if the item is banned, not involving a player This method is mainly used to check dispensers dispense and hoppers transferboolean
Whitelist.isWhitelisted
(org.bukkit.entity.Player player, org.bukkit.Location location, BannedItem item, boolean sendMessage, BanAction action, BanData... data) Check if the item is whitelisted (allowed)boolean
Whitelist.isWhitelisted
(org.bukkit.World world, BannedItem item, BanAction action, BanData... data) This method is used to check if the item is whitelisted, not involving a player This method is mainly used to check dispensers dispense and hoppers transfer -
Uses of BanData in fr.andross.banitem.events
ModifierConstructorDescriptionPlayerBanItemEvent
(org.bukkit.entity.Player player, PlayerBanItemEvent.Type type, BannedItem bannedItem, BanAction action, BanActionData actionData, BanData... data)