mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 11:58:06 +01:00
#1030: Deprecate more unused methods in UnsafeValues
By: 2008Choco <hawkeboyz2@hotmail.com>
This commit is contained in:
parent
97799a3ec0
commit
edbeab47e3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user