Class CowEntityRenderer


@Environment(CLIENT)
public class CowEntityRenderer
extends MobEntityRenderer<CowEntity>
Mappings:
Namespace Name
official bin
intermediary net/minecraft/class_1128
named net/minecraft/client/render/entity/CowEntityRenderer
  • Field Details

    • COW_TEX

      private static final Identifier COW_TEX
      Mappings:
      Namespace Name Mixin selector
      official a Lbin;a:Ljy;
      intermediary field_4807 Lnet/minecraft/class_1128;field_4807:Lnet/minecraft/class_1605;
      named COW_TEX Lnet/minecraft/client/render/entity/CowEntityRenderer;COW_TEX:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • CowEntityRenderer

      public CowEntityRenderer​(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbjl;<init>(Lbiu;Lbbo;F)V
      intermediary <init> Lnet/minecraft/class_1154;<init>(Lnet/minecraft/class_1135;Lnet/minecraft/class_871;F)V
      named <init> Lnet/minecraft/client/render/entity/LivingEntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRenderDispatcher;Lnet/minecraft/client/render/entity/model/EntityModel;F)V
  • Method Details

    • getTexture

      protected Identifier getTexture​(CowEntity cowEntity)
      Specified by:
      getTexture in class EntityRenderer<CowEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbin;a(Lto;)Ljy;
      intermediary method_3868 Lnet/minecraft/class_1128;method_3868(Lnet/minecraft/class_1849;)Lnet/minecraft/class_1605;
      named getTexture Lnet/minecraft/client/render/entity/CowEntityRenderer;getTexture(Lnet/minecraft/entity/passive/CowEntity;)Lnet/minecraft/util/Identifier;