Interface EntityRendererRegistry.Factory

Enclosing class:
EntityRendererRegistry
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface EntityRendererRegistry.Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.render.entity.EntityRenderer<? extends net.minecraft.entity.Entity>
    create​(net.minecraft.client.render.entity.EntityRenderDispatcher manager, EntityRendererRegistry.Context context)
     
  • Method Details

    • create

      net.minecraft.client.render.entity.EntityRenderer<? extends net.minecraft.entity.Entity> create(net.minecraft.client.render.entity.EntityRenderDispatcher manager, EntityRendererRegistry.Context context)