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