From e72b49b6525e7a6ceb3392f564b6b25903fdb84c Mon Sep 17 00:00:00 2001 From: MiniDigger | Martin Date: Wed, 2 Sep 2020 14:20:10 +0200 Subject: [PATCH] Fix javadoc (#4276) --- .../Add-playPickupItemAnimation-to-LivingEntity.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Spigot-API-Patches/Add-playPickupItemAnimation-to-LivingEntity.patch b/Spigot-API-Patches/Add-playPickupItemAnimation-to-LivingEntity.patch index 2d67d852f..85d650afd 100644 --- a/Spigot-API-Patches/Add-playPickupItemAnimation-to-LivingEntity.patch +++ b/Spigot-API-Patches/Add-playPickupItemAnimation-to-LivingEntity.patch @@ -15,9 +15,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + /** + * 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 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + /** + * Plays pickup item animation towards this entity. -+ *

++ *

+ * This will remove the item on the client. + * + * @param item item to pickup