Class CreeperEntityRenderer


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

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lbyx;a:Lnf;
      intermediary field_6473 Lnet/minecraft/class_545;field_6473:Lnet/minecraft/class_1653;
      named TEXTURE Lnet/minecraft/client/render/entity/CreeperEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • CreeperEntityRenderer

      public CreeperEntityRenderer(EntityRenderDispatcher dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbzg;<init>(Lbzf;)V
      intermediary <init> Lnet/minecraft/class_551;<init>(Lnet/minecraft/class_550;)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 Lbyx;a(Lacs;F)V
      intermediary method_1503 Lnet/minecraft/class_545;method_1503(Lnet/minecraft/class_969;F)V
      named scale Lnet/minecraft/client/render/entity/CreeperEntityRenderer;scale(Lnet/minecraft/entity/mob/CreeperEntity;F)V
    • method_5776

      protected int method_5776(CreeperEntity creeperEntity, float float2, float float3)
      Overrides:
      method_5776 in class LivingEntityRenderer<CreeperEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbyx;a(Lacs;FF)I
      intermediary method_1504 Lnet/minecraft/class_545;method_1504(Lnet/minecraft/class_969;FF)I
      named method_5776 Lnet/minecraft/client/render/entity/CreeperEntityRenderer;method_5776(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 Lbyx;a(Lacs;)Lnf;
      intermediary method_5740 Lnet/minecraft/class_545;method_5740(Lnet/minecraft/class_969;)Lnet/minecraft/class_1653;
      named getTexture Lnet/minecraft/client/render/entity/CreeperEntityRenderer;getTexture(Lnet/minecraft/entity/mob/CreeperEntity;)Lnet/minecraft/util/Identifier;