Class ModelEvent.BakingCompleted

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.ModelEvent
net.minecraftforge.client.event.ModelEvent.BakingCompleted
All Implemented Interfaces:
IModBusEvent
Enclosing class:
ModelEvent

public static class ModelEvent.BakingCompleted extends ModelEvent implements IModBusEvent
Fired when the ModelManager is notified of the resource manager reloading. Called after the model registry is set up and cached in the BlockModelShaper.
The model registry given by this event is unmodifiable. To modify the model registry, use ModelEvent.ModifyBakingResult instead.

This event is not cancellable, and does not have a result.

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