mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
SPIGOT-542: Clarify PlayerDeathEvent.setKeepLevel
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
parent
3f9d43cd53
commit
ad77edbd4b
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@ public class PlayerDeathEvent extends EntityDeathEvent {
|
|||
* Sets if the Player should keep all EXP at respawn.
|
||||
* <p>
|
||||
* This overrides all other EXP settings
|
||||
* <p>
|
||||
* This doesn't prevent prevent the EXP from dropping.
|
||||
* {@link #setDroppedExp(int)} should be used stop the
|
||||
* EXP from dropping.
|
||||
*
|
||||
* @param keepLevel True to keep all current value levels
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue