mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-19 21:06:03 +00:00
SPIGOT-7771: Material.getDefaultAttributes always returns an empty map
This commit is contained in:
parent
2b4b6d1424
commit
3a9dc6890e
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…
Add table
Reference in a new issue