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