13
0
geforkt von Mirrors/Paper

SPIGOT-542: Clarify PlayerDeathEvent.setKeepLevel

By: Thinkofdeath <thinkofdeath@spigotmc.org>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2015-03-08 00:49:07 +00:00
Ursprung 3f9d43cd53
Commit ad77edbd4b

Datei anzeigen

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