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 @NotNull 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 BanItemModifier and TypeFieldDescriptionprotected final BanItem
BanCommand.plugin
BanItem plugin instance.Constructors in fr.andross.banitem.commands with parameters of type BanItemModifierConstructorDescriptionBanCommand
(@NotNull BanItem plugin, @NotNull org.bukkit.command.CommandSender sender, @NotNull String[] args) Create a BanCommand object which handles in game BanItem commands.Commandadd
(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args) Constructor of the /banitem add command.Commandcheck
(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args) Constructor of the /banitem check command.Commandhelp
(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args) Constructor of the /banitem help command.Commandinfo
(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args) Constructor of the /banitem info command.Commandload
(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args) Constructor of the /banitem load command.Commandlog
(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args) Constructor of the /banitem log command.Commandmetaitem
(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args) Constructor of the /banitem metaitem command.Commandreload
(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args) Constructor of the /banitem reload command.Commandremove
(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args) Constructor of the /banitem remove command. -
Uses of BanItem in fr.andross.banitem.database
Constructors in fr.andross.banitem.database with parameters of type BanItemModifierConstructorDescriptionBlacklist
(@NotNull BanItem plugin, @NotNull BanDatabase database, @NotNull org.bukkit.command.CommandSender sender, @Nullable org.bukkit.configuration.ConfigurationSection section) Constructor for a blacklist map.Whitelist
(@NotNull BanItem plugin, @NotNull BanDatabase database, @NotNull org.bukkit.command.CommandSender sender, @Nullable 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
(@NotNull BanItem plugin, @NotNull 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 @NotNull List
<com.sk89q.worldguard.protection.regions.ProtectedRegion> Listable.getRegionsList
(@NotNull BanItem pl, @NotNull Object obj, @Nullable Debug d, @NotNull Collection<org.bukkit.World> worlds) Get a list of protected regions (WorldGuard). -
Uses of BanItem in fr.andross.banitem.utils.scanners
Constructors in fr.andross.banitem.utils.scanners with parameters of type BanItemModifierConstructorDescriptionWearScanner
(@NotNull BanItem plugin, @NotNull BanUtils utils) Prepare wear scanner. -
Uses of BanItem in fr.andross.banitem.utils.scanners.illegalstack
Constructors in fr.andross.banitem.utils.scanners.illegalstack with parameters of type BanItemModifierConstructorDescriptionIllegalStackScanner
(@NotNull BanItem plugin, @NotNull BanUtils utils) Prepare the illegal stack scanner.