From 03689cf9d23730d5887a7500b305487b8fd5e85a Mon Sep 17 00:00:00 2001 From: MiniDigger Date: Wed, 2 Sep 2020 14:20:10 +0200 Subject: [PATCH] Fix javadoc (#4276) --- ...0220-Add-playPickupItemAnimation-to-LivingEntity.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Spigot-API-Patches/0220-Add-playPickupItemAnimation-to-LivingEntity.patch b/Spigot-API-Patches/0220-Add-playPickupItemAnimation-to-LivingEntity.patch index edb928399..82138f34c 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