BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-405
fabric-api
Platform filter
fabric-api
Switch theme
Search in API
BetterHud
BetterHud/api/fabric-api
/
kr.toxicity.hud.api.fabric.event
/
EntityEvent
Entity
Event
interface
EntityEvent
<
T
:
FabricEvent
<
out
Any
>
?
>
:
FabricEvent
<
T
>
Entity event
Parameters
<T>
registry type
Inheritors
PlayerDamageByEntityEvent
PlayerAttackEntityEvent
PlayerKillEntityEvent
Members
Functions
entity
Link copied to clipboard
@
NotNull
abstract
fun
entity
(
)
:
@
NotNull
LivingEntity
get
Registry
Link copied to clipboard
@
NotNull
abstract
fun
getRegistry
(
)
:
@
NotNull
EventRegistry
<
T
>
Gets registry of this event.