SPIGOT-542: Clarify PlayerDeathEvent.setKeepLevel

By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
Bukkit/Spigot 2015-03-08 00:49:07 +00:00
parent 3f9d43cd53
commit ad77edbd4b

View file

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