Class RegisterTextureAtlasesEvent

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

public class RegisterTextureAtlasesEvent extends net.neoforged.bus.api.Event implements IModBusEvent
Fired for registering texture atlases to the AtlasManager.

This event fires during startup when the AtlasManager is constructed.

This event is not cancellable.

This event is fired on the mod-specific event bus, only on the logical client.