BetterModelBukkitEvent
A wrapper class that adapts ModelEvent to Bukkit's Event system.
This allows Bukkit plugins to listen for BetterModel events using the standard Bukkit event API. The underlying ModelEvent is lazily initialized when accessed.
Since
2.0.0
Constructors
Link copied to clipboard
@ApiStatus.Internal
Creates a new BetterModelBukkitEvent.
Functions
Link copied to clipboard
Link copied to clipboard
Returns the handler list for this event.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the underlying model event, if initialized.