Class StriderEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<class_10070,StriderEntityModel>

Mappings:
Namespace Name
named net/minecraft/client/render/entity/StriderEntityRenderer
intermediary net/minecraft/class_4999
official gpc
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named TEXTURE Lnet/minecraft/client/render/entity/StriderEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_23372 Lnet/minecraft/class_4999;field_23372:Lnet/minecraft/class_2960;
      official a Lgpc;a:Lalb;
    • COLD_TEXTURE

      private static final Identifier COLD_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named COLD_TEXTURE Lnet/minecraft/client/render/entity/StriderEntityRenderer;COLD_TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_23937 Lnet/minecraft/class_4999;field_23937:Lnet/minecraft/class_2960;
      official b Lgpc;b:Lalb;
    • BABY_SHADOW_RADIUS_SCALE

      private static final float BABY_SHADOW_RADIUS_SCALE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named BABY_SHADOW_RADIUS_SCALE Lnet/minecraft/client/render/entity/StriderEntityRenderer;BABY_SHADOW_RADIUS_SCALE:F
      intermediary field_47888 Lnet/minecraft/class_4999;field_47888:F
      official k Lgpc;k:F
  • Constructor Details

  • Method Details

    • getTexture

      public Identifier getTexture(class_10070 class_10070)
      Specified by:
      getTexture in interface FeatureRendererContext<class_10070,StriderEntityModel>
      Specified by:
      getTexture in class EntityRenderer<StriderEntity,class_10070>
      Mappings:
      Namespace Name Mixin selector
      named getTexture Lnet/minecraft/client/render/entity/StriderEntityRenderer;getTexture(Lnet/minecraft/class_10070;)Lnet/minecraft/util/Identifier;
      intermediary method_26421 Lnet/minecraft/class_4999;method_26421(Lnet/minecraft/class_10070;)Lnet/minecraft/class_2960;
      official a Lgpc;a(Lgut;)Lalb;
    • getShadowRadius

      protected float getShadowRadius(class_10070 class_10070)
      Overrides:
      getShadowRadius in class MobEntityRenderer<StriderEntity,class_10070,StriderEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named getShadowRadius Lnet/minecraft/client/render/entity/StriderEntityRenderer;getShadowRadius(Lnet/minecraft/class_10070;)F
      intermediary method_55834 Lnet/minecraft/class_4999;method_55834(Lnet/minecraft/class_10070;)F
      official b Lgpc;b(Lgut;)F
    • method_55269

      public class_10070 method_55269()
      Specified by:
      method_55269 in class EntityRenderer<StriderEntity,class_10070>
      Mappings:
      Namespace Name Mixin selector
      named method_55269 Lnet/minecraft/client/render/entity/StriderEntityRenderer;method_55269()Lnet/minecraft/class_10070;
      intermediary method_62545 Lnet/minecraft/class_4999;method_62545()Lnet/minecraft/class_10070;
      official c Lgpc;c()Lgut;
    • method_62355

      public void method_62355(StriderEntity striderEntity, class_10070 class_10070, float float2)
      Mappings:
      Namespace Name Mixin selector
      named method_62355 Lnet/minecraft/client/render/entity/StriderEntityRenderer;method_62355(Lnet/minecraft/entity/passive/StriderEntity;Lnet/minecraft/class_10070;F)V
      intermediary method_62544 Lnet/minecraft/class_4999;method_62544(Lnet/minecraft/class_4985;Lnet/minecraft/class_10070;F)V
      official a Lgpc;a(Lcli;Lgut;F)V
    • scale

      protected void scale(class_10070 class_10070, MatrixStack matrixStack)
      Overrides:
      scale in class LivingEntityRenderer<StriderEntity,class_10070,StriderEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named scale Lnet/minecraft/client/render/entity/StriderEntityRenderer;scale(Lnet/minecraft/class_10070;Lnet/minecraft/client/util/math/MatrixStack;)V
      intermediary method_56155 Lnet/minecraft/class_4999;method_56155(Lnet/minecraft/class_10070;Lnet/minecraft/class_4587;)V
      official a Lgpc;a(Lgut;Lfcu;)V
    • isShaking

      protected boolean isShaking(class_10070 class_10070)
      Description copied from class: LivingEntityRenderer
      Returns if this entity is shaking. Specifically, in the way a zombie villager, zombie, husk, or piglin undergoing conversion shakes.
      Overrides:
      isShaking in class LivingEntityRenderer<StriderEntity,class_10070,StriderEntityModel>
      Returns:
      if this entity is shaking
      Mappings:
      Namespace Name Mixin selector
      named isShaking Lnet/minecraft/client/render/entity/StriderEntityRenderer;isShaking(Lnet/minecraft/class_10070;)Z
      intermediary method_26423 Lnet/minecraft/class_4999;method_26423(Lnet/minecraft/class_10070;)Z
      official c Lgpc;c(Lgut;)Z