Fix javadoc (#4276)

This commit is contained in:
MiniDigger | Martin 2020-09-02 14:20:10 +02:00
parent 593cdd29be
commit e72b49b652

View file

@ -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