mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
Fix javadoc (#4276)
This commit is contained in:
@@ -15,9 +15,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Plays pickup item animation towards this entity.
|
+ * Plays pickup item animation towards this entity.
|
||||||
+ * <p/>
|
+ * <p>
|
||||||
+ * <b>This will remove the item on the client.</b>
|
+ * <b>This will remove the item on the client.</b>
|
||||||
+ * <p/>
|
+ * <p>
|
||||||
+ * Quantity is inferred to be that of the {@link Item}.
|
+ * Quantity is inferred to be that of the {@link Item}.
|
||||||
+ *
|
+ *
|
||||||
+ * @param item item to pickup
|
+ * @param item item to pickup
|
||||||
@@ -28,7 +28,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Plays pickup item animation towards this entity.
|
+ * Plays pickup item animation towards this entity.
|
||||||
+ * <p/>
|
+ * <p>
|
||||||
+ * <b>This will remove the item on the client.</b>
|
+ * <b>This will remove the item on the client.</b>
|
||||||
+ *
|
+ *
|
||||||
+ * @param item item to pickup
|
+ * @param item item to pickup
|
||||||
|
Reference in New Issue
Block a user