BetterHud
Toggle table of contents
1.14.0-SNAPSHOT-438
fabric-api
Platform filter
fabric-api
Switch theme
Search in API
BetterHud
BetterHud/api/fabric-api
/
kr.toxicity.hud.api.fabric.event.entity
/
PlayerDeathEvent
Player
Death
Event
class
PlayerDeathEvent
:
Record
,
PlayerEvent
<
T
>
The Player is dead.
Parameters
player
player
Members
Constructors
Player
Death
Event
Link copied to clipboard
constructor
(
)
Properties
REGISTRY
Link copied to clipboard
val
REGISTRY
:
EventRegistry
<
PlayerDeathEvent
>
Event registry
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
get
Registry
Link copied to clipboard
@
NotNull
open
fun
getRegistry
(
)
:
@
NotNull
EventRegistry
<
PlayerDeathEvent
>
Gets registry of this event.
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
player
Link copied to clipboard
@
NotNull
abstract
fun
player
(
)
:
@
NotNull
ServerPlayer
Gets triggered player.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String