ModEvent

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

All supertype of Mod event.

Parameters

<T>

registry type

Inheritors

Functions

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