类 ModelEvent.RegisterModelStateDefinitions

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.ModelEvent
net.minecraftforge.client.event.ModelEvent.RegisterModelStateDefinitions
所有已实现的接口:
IModBusEvent
封闭类:
ModelEvent

public static class ModelEvent.RegisterModelStateDefinitions extends ModelEvent implements IModBusEvent
Fired when the BlockStateModelLoader is notified of the resource manager reloading. Allows developers to register StateDefinitons for blocks that are not in the normal Block registry. This is designed to allow for extra models to be loaded in connection with a blockstates json file. This is not intended to allow overriding or modification of StateDefinitions from registered Blocks

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