Uses of Interface
org.bukkit.inventory.meta.tags.ItemTagAdapterContext
Package
Description
Classes that allow attaching custom data to items.
-
Uses of ItemTagAdapterContext in org.bukkit.inventory.meta.tags
Modifier and TypeMethodDescriptionCustomItemTagContainer.getAdapterContext()
Deprecated.Returns the adapter context this tag container uses.Modifier and TypeMethodDescriptionItemTagType.fromPrimitive
(T primitive, ItemTagAdapterContext context) Deprecated.Creates a complex object based of the passed primitive valueItemTagType.PrimitiveTagType.fromPrimitive
(T primitive, ItemTagAdapterContext context) ItemTagType.PrimitiveTagType.toPrimitive
(T complex, ItemTagAdapterContext context) ItemTagType.toPrimitive
(Z complex, ItemTagAdapterContext context) Deprecated.Returns the primitive data that resembles the complex object passed to this method.