Uses of Interface
org.bukkit.inventory.meta.tags.CustomItemTagContainer
-
Packages that use CustomItemTagContainer Package Description org.bukkit.inventory.meta The interfaces used when manipulating extra data can can be stored insideitem stacks.org.bukkit.inventory.meta.tags Classes that allow attaching custom data to items. -
-
Uses of CustomItemTagContainer in org.bukkit.inventory.meta
Methods in org.bukkit.inventory.meta that return CustomItemTagContainer Modifier and Type Method Description @NotNull CustomItemTagContainerItemMeta. getCustomTagContainer()Deprecated.this API part has been replaced by thePersistentDataHolderAPI. -
Uses of CustomItemTagContainer in org.bukkit.inventory.meta.tags
Fields in org.bukkit.inventory.meta.tags with type parameters of type CustomItemTagContainer Modifier and Type Field Description static ItemTagType<CustomItemTagContainer,CustomItemTagContainer>ItemTagType. TAG_CONTAINERDeprecated.static ItemTagType<CustomItemTagContainer,CustomItemTagContainer>ItemTagType. TAG_CONTAINERDeprecated.Methods in org.bukkit.inventory.meta.tags that return CustomItemTagContainer Modifier and Type Method Description @NotNull CustomItemTagContainerItemTagAdapterContext. newTagContainer()Deprecated.Creates a new and empty tag container instance.
-