Uses of Interface
net.minecraft.client.render.entity.EntityRendererFactory
-
Uses of EntityRendererFactory in net.minecraft.client.render.entity
Modifier and TypeFieldDescriptionprivate static Map<String,EntityRendererFactory<AbstractClientPlayerEntity>>
EntityRenderers.playerRendererFactories
private static Map<EntityType<?>,EntityRendererFactory<?>>
EntityRenderers.rendererFactories
Modifier and TypeMethodDescriptionprivate static <T extends Entity>
voidEntityRenderers.register(EntityType<? extends T> type, EntityRendererFactory<T> factory)