Class CopperGolemEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<CopperGolemEntityRenderState,CopperGolemEntityModel>

Mappings:
Namespace Name
named net/minecraft/client/render/entity/CopperGolemEntityRenderer
intermediary net/minecraft/class_11678
official hni
  • Constructor Details

    • CopperGolemEntityRenderer

      public CopperGolemEntityRenderer(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> Lhnx;<init>(Lhny$a;)V
  • Method Details

    • getTexture

      public Identifier getTexture(CopperGolemEntityRenderState copperGolemEntityRenderState)
      Specified by:
      getTexture in class LivingEntityRenderer<CopperGolemEntity,CopperGolemEntityRenderState,CopperGolemEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named getTexture Lnet/minecraft/client/render/entity/CopperGolemEntityRenderer;getTexture(Lnet/minecraft/client/render/entity/state/CopperGolemEntityRenderState;)Lnet/minecraft/util/Identifier;
      intermediary method_72966 Lnet/minecraft/class_11678;method_72966(Lnet/minecraft/class_11679;)Lnet/minecraft/class_2960;
      official a Lhni;a(Lhua;)Lamj;
    • getEyeTextureGetter

      private static Function<CopperGolemEntityRenderState,Identifier> getEyeTextureGetter()
      Mappings:
      Namespace Name Mixin selector
      named getEyeTextureGetter Lnet/minecraft/client/render/entity/CopperGolemEntityRenderer;getEyeTextureGetter()Ljava/util/function/Function;
      intermediary method_72968 Lnet/minecraft/class_11678;method_72968()Ljava/util/function/Function;
      official b Lhni;b()Ljava/util/function/Function;
    • createRenderState

      public CopperGolemEntityRenderState createRenderState()
      Specified by:
      createRenderState in class EntityRenderer<CopperGolemEntity,CopperGolemEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named createRenderState Lnet/minecraft/client/render/entity/CopperGolemEntityRenderer;createRenderState()Lnet/minecraft/client/render/entity/state/CopperGolemEntityRenderState;
      intermediary method_72964 Lnet/minecraft/class_11678;method_72964()Lnet/minecraft/class_11679;
      official a Lhni;a()Lhua;
    • updateRenderState

      public void updateRenderState(CopperGolemEntity copperGolemEntity, CopperGolemEntityRenderState copperGolemEntityRenderState, float float2)
      Overrides:
      updateRenderState in class LivingEntityRenderer<CopperGolemEntity,CopperGolemEntityRenderState,CopperGolemEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named updateRenderState Lnet/minecraft/client/render/entity/CopperGolemEntityRenderer;updateRenderState(Lnet/minecraft/entity/passive/CopperGolemEntity;Lnet/minecraft/client/render/entity/state/CopperGolemEntityRenderState;F)V
      intermediary method_72965 Lnet/minecraft/class_11678;method_72965(Lnet/minecraft/class_11573;Lnet/minecraft/class_11679;F)V
      official a Lhni;a(Lcsp;Lhua;F)V