Class EmptyEntityRenderer<T extends Entity>

java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<T>
net.minecraft.client.render.entity.EmptyEntityRenderer<T>

@Environment(CLIENT) public class EmptyEntityRenderer<T extends Entity> extends EntityRenderer<T>
A renderer that does not render anything. Used for markers and area effect clouds.
Mappings:
Namespace Name
official fjy
intermediary net/minecraft/class_6344
named net/minecraft/client/render/entity/EmptyEntityRenderer
  • Constructor Details

    • EmptyEntityRenderer

      public EmptyEntityRenderer(EntityRendererFactory.Context ctx)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfip;<init>(Lfiq$a;)V
      intermediary <init> Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
      named <init> Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
  • Method Details

    • getTexture

      public Identifier getTexture(T entity)
      Specified by:
      getTexture in class EntityRenderer<T extends Entity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfip;a(Lbdr;)Lacf;
      intermediary method_3931 Lnet/minecraft/class_897;method_3931(Lnet/minecraft/class_1297;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/EntityRenderer;getTexture(Lnet/minecraft/entity/Entity;)Lnet/minecraft/util/Identifier;