Uses of Class
fr.andross.banitem.items.CustomBannedItem
Packages that use CustomBannedItem
-
Uses of CustomBannedItem in fr.andross.banitem.database.items
Fields in fr.andross.banitem.database.items with type parameters of type CustomBannedItemModifier and TypeFieldDescriptionprotected final Map
<CustomBannedItem, Map<BanAction, BanActionData>> Items.customItems
Items map, containing all custom items.Methods in fr.andross.banitem.database.items that return types with arguments of type CustomBannedItemModifier and TypeMethodDescription@NotNull Map
<CustomBannedItem, Map<BanAction, BanActionData>> Items.getCustomItems()
Get the custom items map.