Interface EntityRendererFactory<T extends Entity>

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

@FunctionalInterface @Environment(CLIENT) public interface EntityRendererFactory<T extends Entity>
Mappings:
Namespace Name
official fiq
intermediary net/minecraft/class_5617
named net/minecraft/client/render/entity/EntityRendererFactory
  • Method Details

    • create

      Mappings:
      Namespace Name Mixin selector
      official create Lfiq;create(Lfiq$a;)Lfip;
      intermediary create Lnet/minecraft/class_5617;create(Lnet/minecraft/class_5617$class_5618;)Lnet/minecraft/class_897;
      named create Lnet/minecraft/client/render/entity/EntityRendererFactory;create(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)Lnet/minecraft/client/render/entity/EntityRenderer;