PluginEndReloadEvent

Triggered when the BetterModel platform finishes reloading.

This event provides the result of the reload operation.

Since

2.0.0

Parameters

result

the result of the reload

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun call(): @NotNull BetterModelEventBus.Result
Dispatches this event to the global event bus.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String