类 ItemTagType.PrimitiveTagType<T>

java.lang.Object
org.bukkit.inventory.meta.tags.ItemTagType.PrimitiveTagType<T>
类型参数:
T - the generic type of the primitive objects
所有已实现的接口:
ItemTagType<T,T>
封闭接口:
ItemTagType<T,Z>

public static class ItemTagType.PrimitiveTagType<T> extends Object implements ItemTagType<T,T>
A default implementation that simply exists to pass on the retrieved or inserted value to the next layer. This implementation does not add any kind of logic, but is used to provide default implementations for the primitive types.