Class WolfEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<WolfEntity,WolfEntityModel<WolfEntity>>

@Environment(CLIENT) public class WolfEntityRenderer extends MobEntityRenderer<WolfEntity,WolfEntityModel<WolfEntity>>
Mappings:
Namespace Name
official flr
intermediary net/minecraft/class_969
named net/minecraft/client/render/entity/WolfEntityRenderer
  • Field Details

    • WILD_TEXTURE

      private static final Identifier WILD_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lflr;a:Lacf;
      intermediary field_4821 Lnet/minecraft/class_969;field_4821:Lnet/minecraft/class_2960;
      named WILD_TEXTURE Lnet/minecraft/client/render/entity/WolfEntityRenderer;WILD_TEXTURE:Lnet/minecraft/util/Identifier;
    • TAMED_TEXTURE

      private static final Identifier TAMED_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official i Lflr;i:Lacf;
      intermediary field_4822 Lnet/minecraft/class_969;field_4822:Lnet/minecraft/class_2960;
      named TAMED_TEXTURE Lnet/minecraft/client/render/entity/WolfEntityRenderer;TAMED_TEXTURE:Lnet/minecraft/util/Identifier;
    • ANGRY_TEXTURE

      private static final Identifier ANGRY_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official j Lflr;j:Lacf;
      intermediary field_4823 Lnet/minecraft/class_969;field_4823:Lnet/minecraft/class_2960;
      named ANGRY_TEXTURE Lnet/minecraft/client/render/entity/WolfEntityRenderer;ANGRY_TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • WolfEntityRenderer

      public WolfEntityRenderer(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

    • getAnimationProgress

      protected float getAnimationProgress(WolfEntity wolfEntity, float float2)
      Description copied from class: LivingEntityRenderer
      This value is passed to other methods when calculating angles for animation. It's typically just the sum of the entity's age (in ticks) and the passed in tickDelta.
      Overrides:
      getAnimationProgress in class LivingEntityRenderer<WolfEntity,WolfEntityModel<WolfEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lflr;a(Lbqr;F)F
      intermediary method_4167 Lnet/minecraft/class_969;method_4167(Lnet/minecraft/class_1493;F)F
      named getAnimationProgress Lnet/minecraft/client/render/entity/WolfEntityRenderer;getAnimationProgress(Lnet/minecraft/entity/passive/WolfEntity;F)F
    • render

      public void render(WolfEntity wolfEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
      Overrides:
      render in class MobEntityRenderer<WolfEntity,WolfEntityModel<WolfEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lflr;a(Lbqr;FFLeed;Lfdv;I)V
      intermediary method_4166 Lnet/minecraft/class_969;method_4166(Lnet/minecraft/class_1493;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
      named render Lnet/minecraft/client/render/entity/WolfEntityRenderer;render(Lnet/minecraft/entity/passive/WolfEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
    • getTexture

      public Identifier getTexture(WolfEntity wolfEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<WolfEntity,WolfEntityModel<WolfEntity>>
      Specified by:
      getTexture in class EntityRenderer<WolfEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lflr;a(Lbqr;)Lacf;
      intermediary method_4165 Lnet/minecraft/class_969;method_4165(Lnet/minecraft/class_1493;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/WolfEntityRenderer;getTexture(Lnet/minecraft/entity/passive/WolfEntity;)Lnet/minecraft/util/Identifier;