Class BipedEntityRenderer<T extends MobEntity>

Direct Known Subclasses:
class_3107, class_3110, SkeletonEntityRenderer, ZombieBaseEntityRenderer, ZombiePigmanEntityRenderer

@Environment(CLIENT) public class BipedEntityRenderer<T extends MobEntity> extends MobEntityRenderer<T>
Mappings:
Namespace Name
official cza
intermediary net/minecraft/class_559
named net/minecraft/client/render/entity/BipedEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lcza;a:Lpc;
      intermediary field_11108 Lnet/minecraft/class_559;field_11108:Lnet/minecraft/class_1653;
      named TEXTURE Lnet/minecraft/client/render/entity/BipedEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • BipedEntityRenderer

      public BipedEntityRenderer(EntityRenderDispatcher dispatcher, BiPedModel model, float shadowSize)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcza;<init>(Lcyo;Lcot;F)V
      intermediary <init> Lnet/minecraft/class_559;<init>(Lnet/minecraft/class_550;Lnet/minecraft/class_440;F)V
      named <init> Lnet/minecraft/client/render/entity/BipedEntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRenderDispatcher;Lnet/minecraft/client/render/entity/model/BiPedModel;F)V
  • Method Details

    • getTexture

      protected Identifier getTexture(T t)
      Specified by:
      getTexture in class EntityRenderer<T extends MobEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lcza;a(Lafb;)Lpc;
      intermediary method_5757 Lnet/minecraft/class_559;method_5757(Lnet/minecraft/class_871;)Lnet/minecraft/class_1653;
      named getTexture Lnet/minecraft/client/render/entity/BipedEntityRenderer;getTexture(Lnet/minecraft/entity/mob/MobEntity;)Lnet/minecraft/util/Identifier;