Uses of Class
fr.andross.banitem.actions.BanData

Packages that use BanData
  • Uses of BanData in fr.andross.banitem

    Methods in fr.andross.banitem with parameters of type BanData
    Modifier and Type
    Method
    Description
    boolean
    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 name
    boolean
    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 transfer
    boolean
    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 transfer
    boolean
    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 transfer
    boolean
    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 player
    boolean
    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

    Methods in fr.andross.banitem.actions with parameters of type BanData
    Modifier and Type
    Method
    Description
    boolean
    BanActionData.contains(BanData data)
    Trying to check if a data is present in this ban action datas.
  • Uses of BanData in fr.andross.banitem.database

    Methods in fr.andross.banitem.database with parameters of type BanData
    Modifier and Type
    Method
    Description
    boolean
    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 transfer
    boolean
    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

    Methods in fr.andross.banitem.events that return BanData
    Modifier and Type
    Method
    Description
    PlayerBanItemEvent.getData()
    The data used
    Constructors in fr.andross.banitem.events with parameters of type BanData
    Modifier
    Constructor
    Description
     
    PlayerBanItemEvent(org.bukkit.entity.Player player, PlayerBanItemEvent.Type type, BannedItem bannedItem, BanAction action, BanActionData actionData, BanData... data)