Class ModelEvent.ModifyBakingResult

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

public static class ModelEvent.ModifyBakingResult extends ModelEvent implements IModBusEvent
Fired while the ModelManager is reloading models, after the model registry is set up, but before it's passed to the BlockModelShaper for caching.

This event is fired from a worker thread and it is therefore not safe to access anything outside the model registry and ModelBakery provided in this event.
The ModelManager firing this event is not fully set up with the latest data when this event fires and must therefore not be accessed in this event.

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.