BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-402
fabric-api
Platform filter
fabric-api
Switch theme
Search in API
BetterHud
BetterHud/api/fabric-api
/
kr.toxicity.hud.api.fabric.event.entity
/
PlayerKillEntityEvent
Player
Kill
Entity
Event
class
PlayerKillEntityEvent
:
Record
,
FabricEvent
<
T
>
,
EntityEvent
<
T
>
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