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 TypeMethodDescription@NotNull BanActionData
BanUtils.getBanActionsForItem
(@NotNull List<org.bukkit.World> worlds, @NotNull org.bukkit.configuration.ConfigurationSection itemSection, @NotNull String key, @NotNull Debug debug) Get ban actions data for a section.@NotNull Map
<BanAction, BanActionData> BanUtils.getBanActionsFromItemSection
(@NotNull List<org.bukkit.World> worlds, @Nullable org.bukkit.configuration.ConfigurationSection section, @NotNull Debug debug) 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
(@NotNull String name, @NotNull org.bukkit.configuration.ConfigurationSection section, @NotNull Debug debug) Represents a custom item, handled by BanItem, which will match specific meta types on the item. -
Uses of Debug in fr.andross.banitem.items.meta
Constructors in fr.andross.banitem.items.meta with parameters of type DebugModifierConstructorDescriptionAdvancedEnchantments
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.AttributeContains
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.DisplayNameContains
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.DisplayNameEquals
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.DisplayNameEqualsRegex
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.Durability
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.EnchantmentContains
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.EnchantmentEquals
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.ItemsAdder
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.LoreContains
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.LoreContainsRegex
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.LoreEquals
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.LoreLineContains
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.MetaTypeComparator
(Object configurationProperties, Debug debug) Represents a meta type which can be used to be compared with an item.ModeldataEquals
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item.Prepare the configured property to be compared with an item.Prepare the configured property to be compared with an item.Unbreakable
(Object configurationProperties, Debug debug) Prepare the configured property to be compared with an item. -
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 @NotNull List
<BannedItem> Listable.getItems
(@NotNull BanDatabase database, @NotNull Object obj, @Nullable Debug d) Trying to get a list of type.static <T> @NotNull List
<T> Get a list of type.static @NotNull List
<org.bukkit.Material> Listable.getMaterials
(@NotNull Object obj, @Nullable Debug d) Trying to get a list of materials.static @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).static @NotNull List
<org.bukkit.World> Trying to get a list of type.