接口的使用
org.bukkit.inventory.meta.tags.ItemTagType
使用ItemTagType的程序包
-
org.bukkit.inventory.meta.tags中ItemTagType的使用
修饰符和类型类说明static class已过时。A default implementation that simply exists to pass on the retrieved or inserted value to the next layer.修饰符和类型字段说明static final ItemTagType<Byte,Byte> ItemTagType.BYTE已过时。static final ItemTagType<byte[],byte[]> ItemTagType.BYTE_ARRAY已过时。static final ItemTagType<Double,Double> ItemTagType.DOUBLE已过时。static final ItemTagType<Float,Float> ItemTagType.FLOAT已过时。static final ItemTagType<Integer,Integer> ItemTagType.INTEGER已过时。static final ItemTagType<int[],int[]> ItemTagType.INTEGER_ARRAY已过时。static final ItemTagType<Long,Long> ItemTagType.LONG已过时。static final ItemTagType<long[],long[]> ItemTagType.LONG_ARRAY已过时。static final ItemTagType<Short,Short> ItemTagType.SHORT已过时。static final ItemTagType<String,String> ItemTagType.STRING已过时。static final ItemTagType<CustomItemTagContainer,CustomItemTagContainer> ItemTagType.TAG_CONTAINER已过时。修饰符和类型方法说明<T,Z> Z CustomItemTagContainer.getCustomTag(@NotNull NamespacedKey key, @NotNull ItemTagType<T, Z> type) 已过时。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) 已过时。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) 已过时。Stores a custom value on theItemMeta.