Class FoxEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<FoxEntity,FoxEntityModel<FoxEntity>>

@Environment(CLIENT) public class FoxEntityRenderer extends MobEntityRenderer<FoxEntity,FoxEntityModel<FoxEntity>>
Mappings:
Namespace Name
official fiy
intermediary net/minecraft/class_4042
named net/minecraft/client/render/entity/FoxEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfiy;a:Lacf;
      intermediary field_18026 Lnet/minecraft/class_4042;field_18026:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/FoxEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • SLEEPING_TEXTURE

      private static final Identifier SLEEPING_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official i Lfiy;i:Lacf;
      intermediary field_18027 Lnet/minecraft/class_4042;field_18027:Lnet/minecraft/class_2960;
      named SLEEPING_TEXTURE Lnet/minecraft/client/render/entity/FoxEntityRenderer;SLEEPING_TEXTURE:Lnet/minecraft/util/Identifier;
    • SNOW_TEXTURE

      private static final Identifier SNOW_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official j Lfiy;j:Lacf;
      intermediary field_18028 Lnet/minecraft/class_4042;field_18028:Lnet/minecraft/class_2960;
      named SNOW_TEXTURE Lnet/minecraft/client/render/entity/FoxEntityRenderer;SNOW_TEXTURE:Lnet/minecraft/util/Identifier;
    • SLEEPING_SNOW_TEXTURE

      private static final Identifier SLEEPING_SNOW_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official k Lfiy;k:Lacf;
      intermediary field_18029 Lnet/minecraft/class_4042;field_18029:Lnet/minecraft/class_2960;
      named SLEEPING_SNOW_TEXTURE Lnet/minecraft/client/render/entity/FoxEntityRenderer;SLEEPING_SNOW_TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • FoxEntityRenderer

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

    • setupTransforms

      protected void setupTransforms(FoxEntity foxEntity, MatrixStack matrixStack, float float2, float float3, float float4)
      Overrides:
      setupTransforms in class LivingEntityRenderer<FoxEntity,FoxEntityModel<FoxEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lfiy;a(Lbpy;Leed;FFF)V
      intermediary method_18334 Lnet/minecraft/class_4042;method_18334(Lnet/minecraft/class_4019;Lnet/minecraft/class_4587;FFF)V
      named setupTransforms Lnet/minecraft/client/render/entity/FoxEntityRenderer;setupTransforms(Lnet/minecraft/entity/passive/FoxEntity;Lnet/minecraft/client/util/math/MatrixStack;FFF)V
    • getTexture

      public Identifier getTexture(FoxEntity foxEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<FoxEntity,FoxEntityModel<FoxEntity>>
      Specified by:
      getTexture in class EntityRenderer<FoxEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfiy;a(Lbpy;)Lacf;
      intermediary method_18333 Lnet/minecraft/class_4042;method_18333(Lnet/minecraft/class_4019;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/FoxEntityRenderer;getTexture(Lnet/minecraft/entity/passive/FoxEntity;)Lnet/minecraft/util/Identifier;