BetterHud
Toggle table of contents
2.0.0-SNAPSHOT-444
mod-api
Target filter
mod-api
Switch theme
Search in API
Skip to content
BetterHud
mod-api
/
kr.toxicity.hud.api.mod.event.entity
/
PlayerKillEntityEvent
Player
Kill
Entity
Event
class
PlayerKillEntityEvent
:
Record
,
ModEvent
<
PlayerKillEntityEvent
>
,
EntityEvent
<
PlayerKillEntityEvent
>
Player kills entity
Parameters
player
player
entity
entity
Members
Constructors
Player
Kill
Entity
Event
Link copied to clipboard
constructor
(
)
Properties
REGISTRY
Link copied to clipboard
val
REGISTRY
:
EventRegistry
<
PlayerKillEntityEvent
>
Event registry
Functions
entity
Link copied to clipboard
@
NotNull
abstract
fun
entity
(
)
:
@
NotNull
LivingEntity
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
get
Registry
Link copied to clipboard
@
NotNull
open
fun
getRegistry
(
)
:
@
NotNull
EventRegistry
<
PlayerKillEntityEvent
>
Gets registry of this event.
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String