Package org.bukkit.inventory.meta.tags
Interface ItemTagAdapterContext
-
@Deprecated public interface ItemTagAdapterContext
Deprecated.this API part has been replaced byPersistentDataHolder. Please usePersistentDataAdapterContextinstead of this.This interface represents the context in which theItemTagTypecan serialize and deserialize the passed values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @NotNull CustomItemTagContainernewTagContainer()Deprecated.Creates a new and empty tag container instance.
-
-
-
Method Detail
-
newTagContainer
@NotNull @NotNull CustomItemTagContainer newTagContainer()
Deprecated.Creates a new and empty tag container instance.- Returns:
- the fresh container instance
-
-