Uses of Class
fr.andross.banitem.utils.debug.Debug
Packages that use Debug
Package
Description
-
Uses of Debug in fr.andross.banitem
Methods in fr.andross.banitem with parameters of type DebugModifier 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
Constructors in fr.andross.banitem.items with parameters of type DebugModifierConstructorDescriptionCustomBannedItem
(String name, org.bukkit.configuration.ConfigurationSection section, Debug debug) -
Uses of Debug in fr.andross.banitem.items.meta
Constructors in fr.andross.banitem.items.meta with parameters of type DebugModifierConstructorDescriptionAdvancedEnchantments
(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
Methods in fr.andross.banitem.utils.debug that return Debug -
Uses of Debug in fr.andross.banitem.utils.list
Methods in fr.andross.banitem.utils.list with parameters of type DebugModifier 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