Uses of Class
fr.andross.banitem.utils.debug.Debug
Package
Description
-
Uses of Debug in fr.andross.banitem
Modifier and TypeMethodDescriptionBanUtils.getBanActionsForItem
(List<org.bukkit.World> worlds, org.bukkit.configuration.ConfigurationSection itemSection, String key, Debug d) Get ban actions data for a sectionBanUtils.getBanActionsFromItemSection
(List<org.bukkit.World> worlds, org.bukkit.configuration.ConfigurationSection section, Debug d) Get a map of actions and actions data from a section -
Uses of Debug in fr.andross.banitem.items
ModifierConstructorDescriptionCustomBannedItem
(String name, org.bukkit.configuration.ConfigurationSection section, Debug debug) -
Uses of Debug in fr.andross.banitem.items.meta
ModifierConstructorDescriptionAdvancedEnchantments
(Object o, Debug debug) AttributeContains
(Object o, Debug debug) DisplayNameContains
(Object o, Debug debug) DisplayNameEquals
(Object o, Debug debug) Durability
(Object o, Debug debug) EnchantmentContains
(Object o, Debug debug) EnchantmentEquals
(Object o, Debug debug) ItemsAdder
(Object o, Debug debug) LoreContains
(Object o, Debug debug) LoreContainsRegex
(Object o, Debug debug) LoreEquals
(Object o, Debug debug) LoreLineContains
(Object o, Debug debug) ModeldataEquals
(Object o, Debug debug) Unbreakable
(Object o, Debug debug) -
Uses of Debug in fr.andross.banitem.utils.debug
-
Uses of Debug in fr.andross.banitem.utils.list
Modifier and TypeMethodDescriptionstatic List<BannedItem>
Listable.getItems
(BanDatabase database, Object obj, Debug d) Trying to get a list of type If there is any error, this will be debuggedstatic <T> List<T>
Get a list of type.static List<org.bukkit.Material>
Listable.getMaterials
(Object obj, Debug d) Trying to get a list of materials If there is any error, this will be debuggedstatic 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 regionsstatic List<org.bukkit.World>
Trying to get a list of type If there is any error, this will be debugged