mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-14 05:33:56 +01:00
Add since parameter to deprecation
This commit is contained in:
parent
02afac7fea
commit
3fdd032529
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue