Class CodEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<CodEntity,CodEntityModel<CodEntity>>

@Environment(CLIENT) public class CodEntityRenderer extends MobEntityRenderer<CodEntity,CodEntityModel<CodEntity>>
Mappings:
Namespace Name
official fid
intermediary net/minecraft/class_885
named net/minecraft/client/render/entity/CodEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfid;a:Lacf;
      intermediary field_4652 Lnet/minecraft/class_885;field_4652:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/CodEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • CodEntityRenderer

      public CodEntityRenderer(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(CodEntity codEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<CodEntity,CodEntityModel<CodEntity>>
      Specified by:
      getTexture in class EntityRenderer<CodEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfid;a(Lbpu;)Lacf;
      intermediary method_3897 Lnet/minecraft/class_885;method_3897(Lnet/minecraft/class_1431;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/CodEntityRenderer;getTexture(Lnet/minecraft/entity/passive/CodEntity;)Lnet/minecraft/util/Identifier;
    • setupTransforms

      protected void setupTransforms(CodEntity codEntity, MatrixStack matrixStack, float float2, float float3, float float4)
      Overrides:
      setupTransforms in class LivingEntityRenderer<CodEntity,CodEntityModel<CodEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lfid;a(Lbpu;Leed;FFF)V
      intermediary method_3896 Lnet/minecraft/class_885;method_3896(Lnet/minecraft/class_1431;Lnet/minecraft/class_4587;FFF)V
      named setupTransforms Lnet/minecraft/client/render/entity/CodEntityRenderer;setupTransforms(Lnet/minecraft/entity/passive/CodEntity;Lnet/minecraft/client/util/math/MatrixStack;FFF)V