mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 15:42:19 -07:00
#1030: Deprecate more unused methods in UnsafeValues
By: 2008Choco <hawkeboyz2@hotmail.com>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user