Fixed build issue

This commit is contained in:
Auxilor
2022-02-03 12:25:39 +00:00
parent b29363cdf6
commit 4eaa6ab75c

View File

@@ -22,7 +22,7 @@ public interface FastItemStack {
*
* @param checkStored If stored NBT should also be checked.
* @return A map of all enchantments.
* @deprecated Poorly named method. Use {@link this#getEnchants(boolean)} instead.
* @deprecated Poorly named method. Use getEnchants instead.
*/
@Deprecated(since = "6.24.0")
default Map<Enchantment, Integer> getEnchantmentsOnItem(boolean checkStored) {