Class CowEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<CowEntity,CowEntityModel<CowEntity>>

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

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfsl;a:Lacy;
      intermediary field_4651 Lnet/minecraft/class_884;field_4651:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/CowEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • CowEntityRenderer

      public CowEntityRenderer(EntityRendererFactory.Context ctx)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfsx;<init>(Lfsy$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(CowEntity cowEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<CowEntity,CowEntityModel<CowEntity>>
      Specified by:
      getTexture in class EntityRenderer<CowEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfsl;a(Lbva;)Lacy;
      intermediary method_3895 Lnet/minecraft/class_884;method_3895(Lnet/minecraft/class_1430;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/CowEntityRenderer;getTexture(Lnet/minecraft/entity/passive/CowEntity;)Lnet/minecraft/util/Identifier;
    • scale

      protected void scale(CowEntity cowEntity, MatrixStack matrixStack, float float2)
      Overrides:
      scale in class LivingEntityRenderer<CowEntity,CowEntityModel<CowEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lfsl;a(Lbva;Lemi;F)V
      intermediary method_51038 Lnet/minecraft/class_884;method_51038(Lnet/minecraft/class_1430;Lnet/minecraft/class_4587;F)V
      named scale Lnet/minecraft/client/render/entity/CowEntityRenderer;scale(Lnet/minecraft/entity/passive/CowEntity;Lnet/minecraft/client/util/math/MatrixStack;F)V