Class NautilusEntityRenderer<T extends AbstractNautilusEntity>

All Implemented Interfaces:
FeatureRendererContext<NautilusEntityRenderState,NautilusEntityModel>

Mappings:
Namespace Name
named net/minecraft/client/render/entity/NautilusEntityRenderer
intermediary net/minecraft/class_12156
official hxz
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named TEXTURE Lnet/minecraft/client/render/entity/NautilusEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_64455 Lnet/minecraft/class_12156;field_64455:Lnet/minecraft/class_2960;
      official a Lhxz;a:Lamo;
    • BABY_TEXTURE

      private static final Identifier BABY_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named BABY_TEXTURE Lnet/minecraft/client/render/entity/NautilusEntityRenderer;BABY_TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_64456 Lnet/minecraft/class_12156;field_64456:Lnet/minecraft/class_2960;
      official i Lhxz;i:Lamo;
  • Constructor Details

    • NautilusEntityRenderer

      public NautilusEntityRenderer(EntityRendererFactory.Context context)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/entity/NautilusEntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
      intermediary <init> Lnet/minecraft/class_12156;<init>(Lnet/minecraft/class_5617$class_5618;)V
      official <init> Lhxz;<init>(Lhwq$a;)V
  • Method Details