Uses of Interface
org.bukkit.inventory.meta.tags.CustomItemTagContainer
Packages that use CustomItemTagContainer
Package
Description
The interfaces used when manipulating extra data can can be stored inside
item stacks
.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 -
Uses of CustomItemTagContainer in org.bukkit.inventory.meta.tags
Fields in org.bukkit.inventory.meta.tags with type parameters of type CustomItemTagContainerModifier and TypeFieldDescriptionstatic final ItemTagType
<CustomItemTagContainer, CustomItemTagContainer> ItemTagType.TAG_CONTAINER
Deprecated.static final ItemTagType
<CustomItemTagContainer, CustomItemTagContainer> ItemTagType.TAG_CONTAINER
Deprecated.Methods in org.bukkit.inventory.meta.tags that return CustomItemTagContainerModifier and TypeMethodDescriptionItemTagAdapterContext.newTagContainer()
Deprecated.Creates a new and empty tag container instance.
PersistentDataHolder
API.