mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-20 14:53:49 -07:00
#587: Fix various javadoc typos
By: Matthew Sanders <msanders5984@gmail.com>
This commit is contained in:
@@ -134,7 +134,7 @@ public class PlayerDeathEvent extends EntityDeathEvent {
|
||||
* <p>
|
||||
* This overrides all other EXP settings
|
||||
* <p>
|
||||
* <b>This doesn't prevent prevent the EXP from dropping.
|
||||
* <b>This doesn't prevent the EXP from dropping.
|
||||
* {@link #setDroppedExp(int)} should be used stop the
|
||||
* EXP from dropping.</b>
|
||||
*
|
||||
@@ -147,7 +147,7 @@ public class PlayerDeathEvent extends EntityDeathEvent {
|
||||
/**
|
||||
* Sets if the Player keeps inventory on death.
|
||||
* <p>
|
||||
* <b>This doesn't prevent prevent the items from dropping.
|
||||
* <b>This doesn't prevent the items from dropping.
|
||||
* {@code getDrops().clear()} should be used stop the
|
||||
* items from dropping.</b>
|
||||
*
|
||||
|
Reference in New Issue
Block a user