diff --git a/Spigot-API-Patches/0220-Add-playPickupItemAnimation-to-LivingEntity.patch b/Spigot-API-Patches/0220-Add-playPickupItemAnimation-to-LivingEntity.patch index edb9283998..82138f34cb 100644 --- a/Spigot-API-Patches/0220-Add-playPickupItemAnimation-to-LivingEntity.patch +++ b/Spigot-API-Patches/0220-Add-playPickupItemAnimation-to-LivingEntity.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Add playPickupItemAnimation to LivingEntity diff --git a/src/main/java/org/bukkit/entity/LivingEntity.java b/src/main/java/org/bukkit/entity/LivingEntity.java -index d225a59f149cdc770ee3243f9604291c28f5a2ed..f3813210e63d9859c0461833a502b43361a2e134 100644 +index d225a59f149cdc770ee3243f9604291c28f5a2ed..5adf7501009c8570395c42b09662bbfff7d5fc14 100644 --- a/src/main/java/org/bukkit/entity/LivingEntity.java +++ b/src/main/java/org/bukkit/entity/LivingEntity.java @@ -791,5 +791,28 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource @@ -15,9 +15,9 @@ index d225a59f149cdc770ee3243f9604291c28f5a2ed..f3813210e63d9859c0461833a502b433 + + /** + * Plays pickup item animation towards this entity. -+ *
++ *+ * This will remove the item on the client. -+ *
++ *+ * Quantity is inferred to be that of the {@link Item}. + * + * @param item item to pickup @@ -28,7 +28,7 @@ index d225a59f149cdc770ee3243f9604291c28f5a2ed..f3813210e63d9859c0461833a502b433 + + /** + * Plays pickup item animation towards this entity. -+ *
++ *+ * This will remove the item on the client. + * + * @param item item to pickup