mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 04:17:44 +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)
|
@Deprecated(since = "1.21", forRemoval = true)
|
||||||
Multimap<Attribute, AttributeModifier> getDefaultAttributeModifiers(Material material, EquipmentSlot slot);
|
Multimap<Attribute, AttributeModifier> getDefaultAttributeModifiers(Material material, EquipmentSlot slot);
|
||||||
|
|
||||||
|
@Deprecated(since = "1.21", forRemoval = true)
|
||||||
CreativeCategory getCreativeCategory(Material material);
|
CreativeCategory getCreativeCategory(Material material);
|
||||||
|
|
||||||
|
@Deprecated(since = "1.21", forRemoval = true)
|
||||||
String getBlockTranslationKey(Material material);
|
String getBlockTranslationKey(Material material);
|
||||||
|
|
||||||
|
@Deprecated(since = "1.21", forRemoval = true)
|
||||||
String getItemTranslationKey(Material material);
|
String getItemTranslationKey(Material material);
|
||||||
|
|
||||||
String getTranslationKey(EntityType entityType);
|
String getTranslationKey(EntityType entityType);
|
||||||
|
Loading…
Reference in New Issue
Block a user