Uses of Class
fr.andross.banitem.BanItem
Packages that use BanItem
Package
Description
-
Uses of BanItem in fr.andross.banitem
Methods in fr.andross.banitem that return BanItemModifier and TypeMethodDescriptionstatic BanItem
BanItem.getInstance()
Gives the current instance of the plugin. -
Uses of BanItem in fr.andross.banitem.commands
Fields in fr.andross.banitem.commands declared as BanItemConstructors in fr.andross.banitem.commands with parameters of type BanItemModifierConstructorDescriptionBanCommand
(BanItem pl, org.bukkit.command.CommandSender sender, String[] args) Commandadd
(BanItem pl, org.bukkit.command.CommandSender sender, String[] args) Commandcheck
(BanItem pl, org.bukkit.command.CommandSender sender, String[] args) Commandhelp
(BanItem pl, org.bukkit.command.CommandSender sender, String[] args) Commandinfo
(BanItem pl, org.bukkit.command.CommandSender sender, String[] args) Commandload
(BanItem pl, org.bukkit.command.CommandSender sender, String[] args) Commandlog
(BanItem pl, org.bukkit.command.CommandSender sender, String[] args) Commandmetaitem
(BanItem pl, org.bukkit.command.CommandSender sender, String[] args) Commandreload
(BanItem pl, org.bukkit.command.CommandSender sender, String[] args) Commandremove
(BanItem pl, org.bukkit.command.CommandSender sender, String[] args) -
Uses of BanItem in fr.andross.banitem.database
Constructors in fr.andross.banitem.database with parameters of type BanItemModifierConstructorDescriptionBlacklist
(BanItem pl, BanDatabase database, org.bukkit.command.CommandSender sender, org.bukkit.configuration.ConfigurationSection section) Constructor for a blacklist mapWhitelist
(BanItem pl, BanDatabase database, org.bukkit.command.CommandSender sender, org.bukkit.configuration.ConfigurationSection section) Constructor for a whitelist map -
Uses of BanItem in fr.andross.banitem.database.items
Constructors in fr.andross.banitem.database.items with parameters of type BanItemModifierConstructorDescriptionCustomItems
(BanItem pl, org.bukkit.command.CommandSender sender) This will create a new instance of custom items map, with the items from customitems.yml file.This will create a new instance of meta items map, with the items from metaitems.yml file. -
Uses of BanItem in fr.andross.banitem.utils.list
Methods in fr.andross.banitem.utils.list with parameters of type BanItemModifier and TypeMethodDescriptionstatic List<com.sk89q.worldguard.protection.regions.ProtectedRegion>
Listable.getRegionsList
(BanItem pl, Object obj, Debug d, Collection<org.bukkit.World> worlds) Get a list of protected regions -
Uses of BanItem in fr.andross.banitem.utils.scanners
Constructors in fr.andross.banitem.utils.scanners with parameters of type BanItem -
Uses of BanItem in fr.andross.banitem.utils.scanners.illegalstack
Constructors in fr.andross.banitem.utils.scanners.illegalstack with parameters of type BanItem