Commits
md_5 authored 3a9dc6890eb
75 75 | * <br> |
76 76 | * This method will only remove advancement from persistent storage. It |
77 77 | * should be accompanied by a call to {@link Server#reloadData()} in order |
78 78 | * to fully remove it from the running instance. |
79 79 | * |
80 80 | * @param key the unique advancement key |
81 81 | * @return true if a file matching this key was found and deleted |
82 82 | */ |
83 83 | boolean removeAdvancement(NamespacedKey key); |
84 84 | |
85 + | since = "1.21", forRemoval = true) | (
85 86 | Multimap<Attribute, AttributeModifier> getDefaultAttributeModifiers(Material material, EquipmentSlot slot); |
86 87 | |
87 88 | CreativeCategory getCreativeCategory(Material material); |
88 89 | |
89 90 | String getBlockTranslationKey(Material material); |
90 91 | |
91 92 | String getItemTranslationKey(Material material); |
92 93 | |
93 94 | String getTranslationKey(EntityType entityType); |
94 95 | |