Uses of Interface
org.bukkit.inventory.meta.tags.ItemTagAdapterContext
Packages that use ItemTagAdapterContext
Package
Description
Classes that allow attaching custom data to items.
-
Uses of ItemTagAdapterContext in org.bukkit.inventory.meta.tags
Methods in org.bukkit.inventory.meta.tags that return ItemTagAdapterContextModifier and TypeMethodDescriptionCustomItemTagContainer.getAdapterContext()
Deprecated.Returns the adapter context this tag container uses.Methods in org.bukkit.inventory.meta.tags with parameters of type ItemTagAdapterContextModifier 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.