public class FightDeathEvent
extends Event
| Constructor and Description |
|---|
FightDeathEvent(Player player,
Player killer,
Fight fight,
boolean finalRound) |
| Modifier and Type | Method and Description |
|---|---|
Fight |
getFight() |
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
Player |
getKiller() |
Player |
getPlayer() |
boolean |
isFinalRound() |
public FightDeathEvent(Player player,
Player killer,
Fight fight,
boolean finalRound)
public Player getPlayer()
public Player getKiller()
public Fight getFight()
public boolean isFinalRound()
public HandlerList getHandlers()
public static HandlerList getHandlerList()