Commits

Parker Hawke authored and md_5 committed aaf497316ea
#1030: Deprecate more unused methods in UnsafeValues
No tags

src/main/java/org/bukkit/UnsafeValues.java

Modified
78 78 * to fully remove it from the running instance.
79 79 *
80 80 * @param key the unique advancement key
81 81 * @return true if a file matching this key was found and deleted
82 82 */
83 83 boolean removeAdvancement(NamespacedKey key);
84 84
85 85 @Deprecated(since = "1.21", forRemoval = true)
86 86 Multimap<Attribute, AttributeModifier> getDefaultAttributeModifiers(Material material, EquipmentSlot slot);
87 87
88 + @Deprecated(since = "1.21", forRemoval = true)
88 89 CreativeCategory getCreativeCategory(Material material);
89 90
91 + @Deprecated(since = "1.21", forRemoval = true)
90 92 String getBlockTranslationKey(Material material);
91 93
94 + @Deprecated(since = "1.21", forRemoval = true)
92 95 String getItemTranslationKey(Material material);
93 96
94 97 String getTranslationKey(EntityType entityType);
95 98
96 99 String getTranslationKey(ItemStack itemStack);
97 100
98 101 String getTranslationKey(Attribute attribute);
99 102
100 103 @Nullable
101 104 FeatureFlag getFeatureFlag(@NotNull NamespacedKey key);

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut