类 EntityRenderersEvent.AddLayers

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

public static class EntityRenderersEvent.AddLayers extends EntityRenderersEvent
Fired for registering entity renderer layers at the appropriate time, after the entity and player renderers maps have been created.

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.