Class NautilusEntityRenderer<T extends AbstractNautilusEntity>

All Implemented Interfaces:
FeatureRendererContext<NautilusRenderState,NautilusEntityModel>

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

    • field_64455

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

      private static final Identifier field_64456
      Mappings:
      Namespace Name Mixin selector
      named field_64456 Lnet/minecraft/client/render/entity/NautilusEntityRenderer;field_64456:Lnet/minecraft/util/Identifier;
      intermediary field_64456 Lnet/minecraft/class_12156;field_64456:Lnet/minecraft/class_2960;
      official i Lhtw;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> Lhtw;<init>(Lhsn$a;)V
  • Method Details

    • getTexture

      public Identifier getTexture(NautilusRenderState nautilusRenderState)
      Specified by:
      getTexture in class LivingEntityRenderer<T extends AbstractNautilusEntity,NautilusRenderState,NautilusEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named getTexture Lnet/minecraft/client/render/entity/NautilusEntityRenderer;getTexture(Lnet/minecraft/client/render/entity/state/NautilusRenderState;)Lnet/minecraft/util/Identifier;
      intermediary method_75460 Lnet/minecraft/class_12156;method_75460(Lnet/minecraft/class_12158;)Lnet/minecraft/class_2960;
      official a Lhtw;a(Liak;)Lamo;
    • createRenderState

      public NautilusRenderState createRenderState()
      Specified by:
      createRenderState in class EntityRenderer<T extends AbstractNautilusEntity,NautilusRenderState>
      Mappings:
      Namespace Name Mixin selector
      named createRenderState Lnet/minecraft/client/render/entity/NautilusEntityRenderer;createRenderState()Lnet/minecraft/client/render/entity/state/NautilusRenderState;
      intermediary method_75461 Lnet/minecraft/class_12156;method_75461()Lnet/minecraft/class_12158;
      official b Lhtw;b()Liak;
    • updateRenderState

      public void updateRenderState(T t, NautilusRenderState nautilusRenderState, float float2)
      Overrides:
      updateRenderState in class LivingEntityRenderer<T extends AbstractNautilusEntity,NautilusRenderState,NautilusEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named updateRenderState Lnet/minecraft/client/render/entity/NautilusEntityRenderer;updateRenderState(Lnet/minecraft/entity/passive/AbstractNautilusEntity;Lnet/minecraft/client/render/entity/state/NautilusRenderState;F)V
      intermediary method_75459 Lnet/minecraft/class_12156;method_75459(Lnet/minecraft/class_12116;Lnet/minecraft/class_12158;F)V
      official a Lhtw;a(Lcwn;Liak;F)V