Class AxolotlEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<AxolotlEntityRenderState,AxolotlEntityModel>

Mappings:
Namespace Name
named net/minecraft/client/render/entity/AxolotlEntityRenderer
intermediary net/minecraft/class_5774
official gre
  • Field Details Link icon

    • TEXTURES Link icon

      private static final Map<AxolotlEntity.Variant,Identifier> TEXTURES
      Mappings:
      Namespace Name Mixin selector
      named TEXTURES Lnet/minecraft/client/render/entity/AxolotlEntityRenderer;TEXTURES:Ljava/util/Map;
      intermediary field_28390 Lnet/minecraft/class_5774;field_28390:Ljava/util/Map;
      official a Lgre;a:Ljava/util/Map;
  • Constructor Details Link icon

    • AxolotlEntityRenderer Link icon

      public AxolotlEntityRenderer(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> Lgse;<init>(Lgsf$a;)V
  • Method Details Link icon

    • getTexture Link icon

      public Identifier getTexture(AxolotlEntityRenderState axolotlEntityRenderState)
      Specified by:
      getTexture in class LivingEntityRenderer<AxolotlEntity,AxolotlEntityRenderState,AxolotlEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named getTexture Lnet/minecraft/client/render/entity/AxolotlEntityRenderer;getTexture(Lnet/minecraft/client/render/entity/state/AxolotlEntityRenderState;)Lnet/minecraft/util/Identifier;
      intermediary method_33306 Lnet/minecraft/class_5774;method_33306(Lnet/minecraft/class_10000;)Lnet/minecraft/class_2960;
      official a Lgre;a(Lgxt;)Lakv;
    • createRenderState Link icon

      public AxolotlEntityRenderState createRenderState()
      Specified by:
      createRenderState in class EntityRenderer<AxolotlEntity,AxolotlEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named createRenderState Lnet/minecraft/client/render/entity/AxolotlEntityRenderer;createRenderState()Lnet/minecraft/client/render/entity/state/AxolotlEntityRenderState;
      intermediary method_62378 Lnet/minecraft/class_5774;method_62378()Lnet/minecraft/class_10000;
      official a Lgre;a()Lgxt;
    • updateRenderState Link icon

      public void updateRenderState(AxolotlEntity axolotlEntity, AxolotlEntityRenderState axolotlEntityRenderState, float float2)
      Overrides:
      updateRenderState in class LivingEntityRenderer<AxolotlEntity,AxolotlEntityRenderState,AxolotlEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named updateRenderState Lnet/minecraft/client/render/entity/AxolotlEntityRenderer;updateRenderState(Lnet/minecraft/entity/passive/AxolotlEntity;Lnet/minecraft/client/render/entity/state/AxolotlEntityRenderState;F)V
      intermediary method_62379 Lnet/minecraft/class_5774;method_62379(Lnet/minecraft/class_5762;Lnet/minecraft/class_10000;F)V
      official a Lgre;a(Lcil;Lgxt;F)V