Class CreeperEntityRenderer


@Environment(CLIENT)
public class CreeperEntityRenderer
extends MobEntityRenderer<CreeperEntity>
Mappings:
Namespace Name
official bio
intermediary net/minecraft/class_1129
named net/minecraft/client/render/entity/CreeperEntityRenderer
  • Field Details

    • CREEPER_TEX

      private static final Identifier CREEPER_TEX
      Mappings:
      Namespace Name Mixin selector
      official a Lbio;a:Ljy;
      intermediary field_4808 Lnet/minecraft/class_1129;field_4808:Lnet/minecraft/class_1605;
      named CREEPER_TEX Lnet/minecraft/client/render/entity/CreeperEntityRenderer;CREEPER_TEX:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • CreeperEntityRenderer

      public CreeperEntityRenderer​(EntityRenderDispatcher dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbiv;<init>(Lbiu;)V
      intermediary <init> Lnet/minecraft/class_1136;<init>(Lnet/minecraft/class_1135;)V
      named <init> Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRenderDispatcher;)V
  • Method Details

    • scale

      protected void scale​(CreeperEntity creeperEntity, float float2)
      Overrides:
      scale in class LivingEntityRenderer<CreeperEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbio;a(Lvn;F)V
      intermediary method_3870 Lnet/minecraft/class_1129;method_3870(Lnet/minecraft/class_1909;F)V
      named scale Lnet/minecraft/client/render/entity/CreeperEntityRenderer;scale(Lnet/minecraft/entity/mob/CreeperEntity;F)V
    • method_4006

      protected int method_4006​(CreeperEntity creeperEntity, float float2, float float3)
      Overrides:
      method_4006 in class LivingEntityRenderer<CreeperEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbio;a(Lvn;FF)I
      intermediary method_3871 Lnet/minecraft/class_1129;method_3871(Lnet/minecraft/class_1909;FF)I
      named method_4006 Lnet/minecraft/client/render/entity/CreeperEntityRenderer;method_4006(Lnet/minecraft/entity/mob/CreeperEntity;FF)I
    • getTexture

      protected Identifier getTexture​(CreeperEntity creeperEntity)
      Specified by:
      getTexture in class EntityRenderer<CreeperEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbio;a(Lvn;)Ljy;
      intermediary method_3869 Lnet/minecraft/class_1129;method_3869(Lnet/minecraft/class_1909;)Lnet/minecraft/class_1605;
      named getTexture Lnet/minecraft/client/render/entity/CreeperEntityRenderer;getTexture(Lnet/minecraft/entity/mob/CreeperEntity;)Lnet/minecraft/util/Identifier;