Class CreeperEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<CreeperEntityRenderState,CreeperEntityModel>

Mappings:
Namespace Name
named net/minecraft/client/render/entity/CreeperEntityRenderer
intermediary net/minecraft/class_887
official grs
  • Field Details Link icon

    • TEXTURE Link icon

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named TEXTURE Lnet/minecraft/client/render/entity/CreeperEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_4653 Lnet/minecraft/class_887;field_4653:Lnet/minecraft/class_2960;
      official a Lgrs;a:Lakv;
  • Constructor Details Link icon

    • CreeperEntityRenderer Link icon

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

    • scale Link icon

      protected void scale(CreeperEntityRenderState creeperEntityRenderState, MatrixStack matrixStack)
      Overrides:
      scale in class LivingEntityRenderer<CreeperEntity,CreeperEntityRenderState,CreeperEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named scale Lnet/minecraft/client/render/entity/CreeperEntityRenderer;scale(Lnet/minecraft/client/render/entity/state/CreeperEntityRenderState;Lnet/minecraft/client/util/math/MatrixStack;)V
      intermediary method_3900 Lnet/minecraft/class_887;method_3900(Lnet/minecraft/class_10010;Lnet/minecraft/class_4587;)V
      official a Lgrs;a(Lgye;Lffv;)V
    • getAnimationCounter Link icon

      protected float getAnimationCounter(CreeperEntityRenderState creeperEntityRenderState)
      Overrides:
      getAnimationCounter in class LivingEntityRenderer<CreeperEntity,CreeperEntityRenderState,CreeperEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named getAnimationCounter Lnet/minecraft/client/render/entity/CreeperEntityRenderer;getAnimationCounter(Lnet/minecraft/client/render/entity/state/CreeperEntityRenderState;)F
      intermediary method_23154 Lnet/minecraft/class_887;method_23154(Lnet/minecraft/class_10010;)F
      official a Lgrs;a(Lgye;)F
    • getTexture Link icon

      public Identifier getTexture(CreeperEntityRenderState creeperEntityRenderState)
      Specified by:
      getTexture in class LivingEntityRenderer<CreeperEntity,CreeperEntityRenderState,CreeperEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named getTexture Lnet/minecraft/client/render/entity/CreeperEntityRenderer;getTexture(Lnet/minecraft/client/render/entity/state/CreeperEntityRenderState;)Lnet/minecraft/util/Identifier;
      intermediary method_3899 Lnet/minecraft/class_887;method_3899(Lnet/minecraft/class_10010;)Lnet/minecraft/class_2960;
      official b Lgrs;b(Lgye;)Lakv;
    • createRenderState Link icon

      public CreeperEntityRenderState createRenderState()
      Specified by:
      createRenderState in class EntityRenderer<CreeperEntity,CreeperEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named createRenderState Lnet/minecraft/client/render/entity/CreeperEntityRenderer;createRenderState()Lnet/minecraft/client/render/entity/state/CreeperEntityRenderState;
      intermediary method_62401 Lnet/minecraft/class_887;method_62401()Lnet/minecraft/class_10010;
      official a Lgrs;a()Lgye;
    • updateRenderState Link icon

      public void updateRenderState(CreeperEntity creeperEntity, CreeperEntityRenderState creeperEntityRenderState, float float2)
      Overrides:
      updateRenderState in class LivingEntityRenderer<CreeperEntity,CreeperEntityRenderState,CreeperEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named updateRenderState Lnet/minecraft/client/render/entity/CreeperEntityRenderer;updateRenderState(Lnet/minecraft/entity/mob/CreeperEntity;Lnet/minecraft/client/render/entity/state/CreeperEntityRenderState;F)V
      intermediary method_62402 Lnet/minecraft/class_887;method_62402(Lnet/minecraft/class_1548;Lnet/minecraft/class_10010;F)V
      official a Lgrs;a(Lcll;Lgye;F)V