Class RegisterSpecialBlockModelRendererEvent

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

public class RegisterSpecialBlockModelRendererEvent extends net.neoforged.bus.api.Event implements net.neoforged.fml.event.IModBusEvent
Event fired when special block model renderers are created.

This event is fired on a worker thread during model loading. It is used to register custom special block model renderers which handle dynamic rendering when the associated block is rendered in a non-placed context such as in a minecart, a display entity or the Enderman's hands.

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