Uses of Annotation Interface
valorless.havenbags.annotations.Nullable
Packages that use Nullable
Package
Description
Core package for the HavenBags plugin, containing main classes,
listeners, configuration, and shared utilities.
Public API surface for interacting with HavenBags features and data.
-
Uses of Nullable in valorless.havenbags
Method parameters in valorless.havenbags with annotations of type NullableModifier and TypeMethodDescriptionstatic DataBagData.GetBag(String uuid, org.bukkit.inventory.ItemStack bagItem, BagData.UpdateSource... source) static DataBagData.GetBag(String uuid, org.bukkit.inventory.ItemStack bagItem, BagData.UpdateSource... source) static voidBagData.UpdateBag(String uuid, List<org.bukkit.inventory.ItemStack> content, BagData.UpdateSource... source) -
Uses of Nullable in valorless.havenbags.api
Method parameters in valorless.havenbags.api with annotations of type NullableModifier and TypeMethodDescriptionstatic booleanHavenBagsAPI.isItemBlacklisted(org.bukkit.inventory.ItemStack item, Data bagData) Checks if the specified item is blacklisted from being stored in HavenBags.