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.
Feature implementations providing core bag mechanics and optional modules.
-
Uses of Nullable in valorless.havenbags
Method parameters in valorless.havenbags with annotations of type NullableModifier and TypeMethodDescriptionstatic Booleanstatic 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 org.bukkit.inventory.ItemStackHavenBagsAPI.createBagItem(boolean binding, int size, org.bukkit.entity.Player player) Creates a new bag item with the specified properties.static org.bukkit.inventory.ItemStackHavenBagsAPI.createCustomBagItem(String key, org.bukkit.entity.Player player) Creates a custom bag item for the provided key.static booleanHavenBagsAPI.isItemBlacklisted(org.bukkit.inventory.ItemStack item, Data bagData) Checks if the specified item is blacklisted from being stored in HavenBags. -
Uses of Nullable in valorless.havenbags.features
Method parameters in valorless.havenbags.features with annotations of type Nullable -
Uses of Nullable in valorless.havenbags.items
Method parameters in valorless.havenbags.items with annotations of type NullableModifier and TypeMethodDescriptionstatic org.bukkit.inventory.ItemStackBagItemFactory.createBagItem(boolean binding, int size, org.bukkit.entity.Player player) Creates a new bag item with the specified properties.