类 ModelEvent.BakingCompleted

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.ModelEvent
net.minecraftforge.client.event.ModelEvent.BakingCompleted
所有已实现的接口:
IModBusEvent
封闭类:
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.

  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • getModelManager

      public ModelManager getModelManager()
      返回:
      the model manager
    • getModelBakery

      public ModelBakery getModelBakery()
      返回:
      the model loader