FabricEvent

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

All supertype of fabric event.

Parameters

<T>

registry type

Inheritors

Functions

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