mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-28 13:36:33 +01:00
Add GamePlayerDeathEvent JavaDoc explanation
This commit is contained in:
parent
ef46da7e36
commit
49f65fcf2e
@ -19,6 +19,8 @@ import org.bukkit.event.Cancellable;
|
|||||||
import org.bukkit.event.HandlerList;
|
import org.bukkit.event.HandlerList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Fired when a player dies in a dungeon. This is also fired when a player does not technically die because the deathScreen rule prevented the death.
|
||||||
|
*
|
||||||
* @author Daniel Saukel
|
* @author Daniel Saukel
|
||||||
*/
|
*/
|
||||||
public class GamePlayerDeathEvent extends GamePlayerEvent implements Cancellable {
|
public class GamePlayerDeathEvent extends GamePlayerEvent implements Cancellable {
|
||||||
|
Loading…
Reference in New Issue
Block a user