Uses of Interface
org.bukkit.inventory.meta.tags.ItemTagType
Packages that use ItemTagType
Package
Description
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 ItemTagTypeModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.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 ItemTagTypeModifier and TypeFieldDescriptionstatic final ItemTagType<Byte, Byte> ItemTagType.BYTEDeprecated, for removal: This API element is subject to removal in a future version.static final ItemTagType<byte[], byte[]> ItemTagType.BYTE_ARRAYDeprecated, for removal: This API element is subject to removal in a future version.static final ItemTagType<Double, Double> ItemTagType.DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.static final ItemTagType<Float, Float> ItemTagType.FLOATDeprecated, for removal: This API element is subject to removal in a future version.static final ItemTagType<Integer, Integer> ItemTagType.INTEGERDeprecated, for removal: This API element is subject to removal in a future version.static final ItemTagType<int[], int[]> ItemTagType.INTEGER_ARRAYDeprecated, for removal: This API element is subject to removal in a future version.static final ItemTagType<Long, Long> ItemTagType.LONGDeprecated, for removal: This API element is subject to removal in a future version.static final ItemTagType<long[], long[]> ItemTagType.LONG_ARRAYDeprecated, for removal: This API element is subject to removal in a future version.static final ItemTagType<Short, Short> ItemTagType.SHORTDeprecated, for removal: This API element is subject to removal in a future version.static final ItemTagType<String, String> ItemTagType.STRINGDeprecated, for removal: This API element is subject to removal in a future version.static final ItemTagType<CustomItemTagContainer, CustomItemTagContainer> ItemTagType.TAG_CONTAINERDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.bukkit.inventory.meta.tags with parameters of type ItemTagTypeModifier and TypeMethodDescription<T,Z> Z CustomItemTagContainer.getCustomTag(@NotNull NamespacedKey key, @NotNull ItemTagType<T, Z> type) Deprecated, for removal: This API element is subject to removal in a future version.Returns the custom tag's value that is stored on the item.<T,Z> boolean CustomItemTagContainer.hasCustomTag(@NotNull NamespacedKey key, @NotNull ItemTagType<T, Z> type) Deprecated, for removal: This API element is subject to removal in a future version.Returns if the item meta has a custom tag registered matching the provided parameters.<T,Z> void CustomItemTagContainer.setCustomTag(@NotNull NamespacedKey key, @NotNull ItemTagType<T, Z> type, Z value) Deprecated, for removal: This API element is subject to removal in a future version.Stores a custom value on theItemMeta.