Class ZombieBaseEntityRenderer

Direct Known Subclasses:
class_3103

@Environment(CLIENT) public class ZombieBaseEntityRenderer extends BipedEntityRenderer<ZombieEntity>
Mappings:
Namespace Name
official bwx
intermediary net/minecraft/class_1357
named net/minecraft/client/render/entity/ZombieBaseEntityRenderer
  • Field Details

    • ZOMBIE

      private static final Identifier ZOMBIE
      Mappings:
      Namespace Name Mixin selector
      official a Lbwx;a:Lkq;
      intermediary field_6542 Lnet/minecraft/class_1357;field_6542:Lnet/minecraft/class_1653;
      named ZOMBIE Lnet/minecraft/client/render/entity/ZombieBaseEntityRenderer;ZOMBIE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • ZombieBaseEntityRenderer

      public ZombieBaseEntityRenderer(EntityRenderDispatcher dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbus;<init>(Lbur;)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

    • getTexture

      protected Identifier getTexture(ZombieEntity zombieEntity)
      Overrides:
      getTexture in class BipedEntityRenderer<ZombieEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbwx;a(Laao;)Lkq;
      intermediary method_5816 Lnet/minecraft/class_1357;method_5816(Lnet/minecraft/class_982;)Lnet/minecraft/class_1653;
      named getTexture Lnet/minecraft/client/render/entity/ZombieBaseEntityRenderer;getTexture(Lnet/minecraft/entity/mob/ZombieEntity;)Lnet/minecraft/util/Identifier;