PluginStartReloadEvent

Triggered when the BetterModel platform starts reloading.

This event provides access to the PackZipper, allowing other plugins/mods to inject custom assets into the resource pack before it is generated.

Since

2.0.0

Parameters

zipper

the pack zipper for adding assets

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun call(): Boolean
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