mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
#1030: Deprecate more unused methods in UnsafeValues
This commit is contained in:
parent
3a9dc6890e
commit
aaf497316e
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue