ModelEvent

interface ModelEvent

Represents a base event in the BetterModel system.

All events related to model lifecycle, interaction, and animation implement this interface. Events can be dispatched using the call method.

Since

2.0.0

Inheritors

Functions

Link copied to clipboard
@NotNull
open fun call(): @NotNull BetterModelEventBus.Result
Dispatches this event to the global event bus.