Uses of Interface
org.bukkit.inventory.meta.tags.ItemTagAdapterContext
| Package | Description |
|---|---|
| org.bukkit.inventory.meta.tags |
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 ItemTagAdapterContext Modifier and Type Method Description ItemTagAdapterContextCustomItemTagContainer. getAdapterContext()Deprecated.Returns the adapter context this tag container uses.Methods in org.bukkit.inventory.meta.tags with parameters of type ItemTagAdapterContext Modifier and Type Method Description ZItemTagType. fromPrimitive(T primitive, ItemTagAdapterContext context)Deprecated.Creates a complex object based of the passed primitive valueTItemTagType.PrimitiveTagType. fromPrimitive(T primitive, ItemTagAdapterContext context)TItemTagType.PrimitiveTagType. toPrimitive(T complex, ItemTagAdapterContext context)TItemTagType. toPrimitive(Z complex, ItemTagAdapterContext context)Deprecated.Returns the primitive data that resembles the complex object passed to this method.