Class BatEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<BatEntity,BatEntityModel>

@Environment(CLIENT) public class BatEntityRenderer extends MobEntityRenderer<BatEntity,BatEntityModel>
Mappings:
Namespace Name
official fxp
intermediary net/minecraft/class_879
named net/minecraft/client/render/entity/BatEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfxp;a:Lahg;
      intermediary field_4645 Lnet/minecraft/class_879;field_4645:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/BatEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • BatEntityRenderer

      public BatEntityRenderer(EntityRendererFactory.Context ctx)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfym;<init>(Lfyn$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

    • getTexture

      public Identifier getTexture(BatEntity batEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<BatEntity,BatEntityModel>
      Specified by:
      getTexture in class EntityRenderer<BatEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfxp;a(Lbxt;)Lahg;
      intermediary method_3883 Lnet/minecraft/class_879;method_3883(Lnet/minecraft/class_1420;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/BatEntityRenderer;getTexture(Lnet/minecraft/entity/passive/BatEntity;)Lnet/minecraft/util/Identifier;