#1030: Deprecate more unused methods in UnsafeValues

This commit is contained in:
2008Choco 2024-06-17 20:56:15 +10:00 committed by md_5
parent 3a9dc6890e
commit aaf497316e
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -85,10 +85,13 @@ public interface UnsafeValues {
@Deprecated(since = "1.21", forRemoval = true)
Multimap<Attribute, AttributeModifier> getDefaultAttributeModifiers(Material material, EquipmentSlot slot);
@Deprecated(since = "1.21", forRemoval = true)
CreativeCategory getCreativeCategory(Material material);
@Deprecated(since = "1.21", forRemoval = true)
String getBlockTranslationKey(Material material);
@Deprecated(since = "1.21", forRemoval = true)
String getItemTranslationKey(Material material);
String getTranslationKey(EntityType entityType);