Uses of Interface
org.bukkit.inventory.meta.tags.ItemTagAdapterContext
-
Packages that use 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 @NotNull 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, @NotNull ItemTagAdapterContext context)Deprecated.Creates a complex object based of the passed primitive valueTItemTagType.PrimitiveTagType. fromPrimitive(T primitive, @NotNull ItemTagAdapterContext context)TItemTagType.PrimitiveTagType. toPrimitive(T complex, @NotNull ItemTagAdapterContext context)TItemTagType. toPrimitive(Z complex, @NotNull ItemTagAdapterContext context)Deprecated.Returns the primitive data that resembles the complex object passed to this method.
-