mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 06:30:46 +01:00
SPIGOT-7771: Material.getDefaultAttributes always returns an empty map
By: md_5 <git@md-5.net>
This commit is contained in:
parent
dbc554a91b
commit
97799a3ec0
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ public interface UnsafeValues {
|
|||
*/
|
||||
boolean removeAdvancement(NamespacedKey key);
|
||||
|
||||
@Deprecated(since = "1.21", forRemoval = true)
|
||||
Multimap<Attribute, AttributeModifier> getDefaultAttributeModifiers(Material material, EquipmentSlot slot);
|
||||
|
||||
CreativeCategory getCreativeCategory(Material material);
|
||||
|
|
Loading…
Reference in a new issue