Uses of Interface
org.bukkit.inventory.meta.tags.ItemTagType
-
Packages that use ItemTagType Package Description org.bukkit.inventory.meta.tags Classes that allow attaching custom data to items. -
-
Uses of ItemTagType in org.bukkit.inventory.meta.tags
Classes in org.bukkit.inventory.meta.tags that implement ItemTagType Modifier and Type Class Description static classItemTagType.PrimitiveTagType<T>Deprecated.A default implementation that simply exists to pass on the retrieved or inserted value to the next layer.Fields in org.bukkit.inventory.meta.tags declared as ItemTagType Modifier and Type Field Description static ItemTagType<Byte,Byte>ItemTagType. BYTEDeprecated.static ItemTagType<byte[],byte[]>ItemTagType. BYTE_ARRAYDeprecated.static ItemTagType<Double,Double>ItemTagType. DOUBLEDeprecated.static ItemTagType<Float,Float>ItemTagType. FLOATDeprecated.static ItemTagType<Integer,Integer>ItemTagType. INTEGERDeprecated.static ItemTagType<int[],int[]>ItemTagType. INTEGER_ARRAYDeprecated.static ItemTagType<Long,Long>ItemTagType. LONGDeprecated.static ItemTagType<long[],long[]>ItemTagType. LONG_ARRAYDeprecated.static ItemTagType<Short,Short>ItemTagType. SHORTDeprecated.static ItemTagType<String,String>ItemTagType. STRINGDeprecated.static ItemTagType<CustomItemTagContainer,CustomItemTagContainer>ItemTagType. TAG_CONTAINERDeprecated.Methods in org.bukkit.inventory.meta.tags with parameters of type ItemTagType Modifier and Type Method Description <T,Z>
ZCustomItemTagContainer. getCustomTag(@NotNull NamespacedKey key, @NotNull ItemTagType<T,Z> type)Deprecated.Returns the custom tag's value that is stored on the item.<T,Z>
booleanCustomItemTagContainer. hasCustomTag(@NotNull NamespacedKey key, @NotNull ItemTagType<T,Z> type)Deprecated.Returns if the item meta has a custom tag registered matching the provided parameters.<T,Z>
voidCustomItemTagContainer. setCustomTag(@NotNull NamespacedKey key, @NotNull ItemTagType<T,Z> type, Z value)Deprecated.Stores a custom value on theItemMeta.
-