Class EndermanEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<EndermanEntity,EndermanEntityModel<EndermanEntity>>

Mappings:
Namespace Name
official fim
intermediary net/minecraft/class_894
named net/minecraft/client/render/entity/EndermanEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfim;a:Lacf;
      intermediary field_4666 Lnet/minecraft/class_894;field_4666:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/EndermanEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • random

      private final Random random
      Mappings:
      Namespace Name Mixin selector
      official i Lfim;i:Laoh;
      intermediary field_4667 Lnet/minecraft/class_894;field_4667:Lnet/minecraft/class_5819;
      named random Lnet/minecraft/client/render/entity/EndermanEntityRenderer;random:Lnet/minecraft/util/math/random/Random;
  • Constructor Details

    • EndermanEntityRenderer

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

    • render

      public void render(EndermanEntity endermanEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
      Overrides:
      render in class MobEntityRenderer<EndermanEntity,EndermanEntityModel<EndermanEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lfim;a(Lbtt;FFLeed;Lfdv;I)V
      intermediary method_3911 Lnet/minecraft/class_894;method_3911(Lnet/minecraft/class_1560;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
      named render Lnet/minecraft/client/render/entity/EndermanEntityRenderer;render(Lnet/minecraft/entity/mob/EndermanEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
    • getPositionOffset

      public Vec3d getPositionOffset(EndermanEntity endermanEntity, float float2)
      Overrides:
      getPositionOffset in class EntityRenderer<EndermanEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfim;a(Lbtt;F)Leae;
      intermediary method_23160 Lnet/minecraft/class_894;method_23160(Lnet/minecraft/class_1560;F)Lnet/minecraft/class_243;
      named getPositionOffset Lnet/minecraft/client/render/entity/EndermanEntityRenderer;getPositionOffset(Lnet/minecraft/entity/mob/EndermanEntity;F)Lnet/minecraft/util/math/Vec3d;
    • getTexture

      public Identifier getTexture(EndermanEntity endermanEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<EndermanEntity,EndermanEntityModel<EndermanEntity>>
      Specified by:
      getTexture in class EntityRenderer<EndermanEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfim;a(Lbtt;)Lacf;
      intermediary method_3912 Lnet/minecraft/class_894;method_3912(Lnet/minecraft/class_1560;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/EndermanEntityRenderer;getTexture(Lnet/minecraft/entity/mob/EndermanEntity;)Lnet/minecraft/util/Identifier;