Class FoxEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<FoxEntityRenderState,FoxEntityModel>

Mappings:
Namespace Name
named net/minecraft/client/render/entity/FoxEntityRenderer
intermediary net/minecraft/class_4042
official grx
  • Field Details

    • TEXTURE

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

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

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

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

    • FoxEntityRenderer

      public FoxEntityRenderer(EntityRendererFactory.Context context)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
      intermediary <init> Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
      official <init> Lgro;<init>(Lgrp$a;)V
  • Method Details

    • setupTransforms

      protected void setupTransforms(FoxEntityRenderState foxEntityRenderState, MatrixStack matrixStack, float float2, float float3)
      Overrides:
      setupTransforms in class LivingEntityRenderer<FoxEntity,FoxEntityRenderState,FoxEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named setupTransforms Lnet/minecraft/client/render/entity/FoxEntityRenderer;setupTransforms(Lnet/minecraft/client/render/entity/state/FoxEntityRenderState;Lnet/minecraft/client/util/math/MatrixStack;FF)V
      intermediary method_18334 Lnet/minecraft/class_4042;method_18334(Lnet/minecraft/class_10027;Lnet/minecraft/class_4587;FF)V
      official a Lgrx;a(Lgyd;Lfgr;FF)V
    • getTexture

      public Identifier getTexture(FoxEntityRenderState foxEntityRenderState)
      Specified by:
      getTexture in class LivingEntityRenderer<FoxEntity,FoxEntityRenderState,FoxEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named getTexture Lnet/minecraft/client/render/entity/FoxEntityRenderer;getTexture(Lnet/minecraft/client/render/entity/state/FoxEntityRenderState;)Lnet/minecraft/util/Identifier;
      intermediary method_18333 Lnet/minecraft/class_4042;method_18333(Lnet/minecraft/class_10027;)Lnet/minecraft/class_2960;
      official a Lgrx;a(Lgyd;)Lalz;
    • createRenderState

      public FoxEntityRenderState createRenderState()
      Specified by:
      createRenderState in class EntityRenderer<FoxEntity,FoxEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named createRenderState Lnet/minecraft/client/render/entity/FoxEntityRenderer;createRenderState()Lnet/minecraft/client/render/entity/state/FoxEntityRenderState;
      intermediary method_62445 Lnet/minecraft/class_4042;method_62445()Lnet/minecraft/class_10027;
      official b Lgrx;b()Lgyd;
    • updateRenderState

      public void updateRenderState(FoxEntity foxEntity, FoxEntityRenderState foxEntityRenderState, float float2)
      Overrides:
      updateRenderState in class LivingEntityRenderer<FoxEntity,FoxEntityRenderState,FoxEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named updateRenderState Lnet/minecraft/client/render/entity/FoxEntityRenderer;updateRenderState(Lnet/minecraft/entity/passive/FoxEntity;Lnet/minecraft/client/render/entity/state/FoxEntityRenderState;F)V
      intermediary method_62444 Lnet/minecraft/class_4042;method_62444(Lnet/minecraft/class_4019;Lnet/minecraft/class_10027;F)V
      official a Lgrx;a(Lcig;Lgyd;F)V