Class CreeperEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<CreeperEntityRenderState,CreeperEntityModel>

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

    • TEXTURE

      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 Lgrc;a:Lalz;
  • Constructor Details

    • CreeperEntityRenderer

      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> Lgro;<init>(Lgrp$a;)V
  • Method Details

    • scale

      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 Lgrc;a(Lgxn;Lfgr;)V
    • getAnimationCounter

      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 Lgrc;a(Lgxn;)F
    • getTexture

      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 Lgrc;b(Lgxn;)Lalz;
    • createRenderState

      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 Lgrc;a()Lgxn;
    • updateRenderState

      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 Lgrc;a(Lcmi;Lgxn;F)V