Add since parameter to deprecation

This commit is contained in:
Strokkur24 2024-12-25 00:39:05 +01:00
parent 02afac7fea
commit 3fdd032529
No known key found for this signature in database

View file

@ -707,7 +707,7 @@ public interface HumanEntity extends LivingEntity, AnimalTamer, InventoryHolder
* @param dropAll True to drop entire stack, false to drop 1 of the stack
* @return True if item was dropped successfully
*/
@Deprecated
@Deprecated(since = "1.21.4")
public boolean dropItem(boolean dropAll);
/**