mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-24 19:45:43 +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;
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public class GamePlayerDeathEvent extends GamePlayerEvent implements Cancellable {
|
||||
|
Loading…
Reference in New Issue
Block a user