Class AddClientReloadListenersEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.SortedReloadListenerEvent
net.neoforged.neoforge.client.event.AddClientReloadListenersEvent
All Implemented Interfaces:
IModBusEvent

public class AddClientReloadListenersEvent extends SortedReloadListenerEvent implements IModBusEvent
This event allows mods to register client-side reload listeners to the resource manager. This event is fired once during the construction of the Minecraft instance.

This event is only fired on the logical client.