mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 09:02:09 -07:00
SPIGOT-542: Clarify PlayerDeathEvent.setKeepLevel
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
@@ -130,6 +130,10 @@ public class PlayerDeathEvent extends EntityDeathEvent {
|
|||||||
* Sets if the Player should keep all EXP at respawn.
|
* Sets if the Player should keep all EXP at respawn.
|
||||||
* <p>
|
* <p>
|
||||||
* This overrides all other EXP settings
|
* 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
|
* @param keepLevel True to keep all current value levels
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user