Class CreeperEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<CreeperEntity,CreeperEntityModel<CreeperEntity>>

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

    • TEXTURE

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

    • CreeperEntityRenderer

      public CreeperEntityRenderer(EntityRendererFactory.Context ctx)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfip;<init>(Lfiq$a;)V
      intermediary <init> Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
      named <init> Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
  • Method Details

    • scale

      protected void scale(CreeperEntity creeperEntity, MatrixStack matrixStack, float float2)
      Overrides:
      scale in class LivingEntityRenderer<CreeperEntity,CreeperEntityModel<CreeperEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lfif;a(Lbtp;Leed;F)V
      intermediary method_3900 Lnet/minecraft/class_887;method_3900(Lnet/minecraft/class_1548;Lnet/minecraft/class_4587;F)V
      named scale Lnet/minecraft/client/render/entity/CreeperEntityRenderer;scale(Lnet/minecraft/entity/mob/CreeperEntity;Lnet/minecraft/client/util/math/MatrixStack;F)V
    • getAnimationCounter

      protected float getAnimationCounter(CreeperEntity creeperEntity, float float2)
      Overrides:
      getAnimationCounter in class LivingEntityRenderer<CreeperEntity,CreeperEntityModel<CreeperEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lfif;a(Lbtp;F)F
      intermediary method_23154 Lnet/minecraft/class_887;method_23154(Lnet/minecraft/class_1548;F)F
      named getAnimationCounter Lnet/minecraft/client/render/entity/CreeperEntityRenderer;getAnimationCounter(Lnet/minecraft/entity/mob/CreeperEntity;F)F
    • getTexture

      public Identifier getTexture(CreeperEntity creeperEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<CreeperEntity,CreeperEntityModel<CreeperEntity>>
      Specified by:
      getTexture in class EntityRenderer<CreeperEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfif;a(Lbtp;)Lacf;
      intermediary method_3899 Lnet/minecraft/class_887;method_3899(Lnet/minecraft/class_1548;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/CreeperEntityRenderer;getTexture(Lnet/minecraft/entity/mob/CreeperEntity;)Lnet/minecraft/util/Identifier;