EntityEvent

interface EntityEvent<T : FabricEvent<out Any>?> : FabricEvent<T>

Entity event

Parameters

<T>

registry type

Inheritors

Functions

Link copied to clipboard
@NotNull
abstract fun entity(): @NotNull LivingEntity
Link copied to clipboard
@NotNull
abstract fun getRegistry(): @NotNull EventRegistry<T>
Gets registry of this event.