Class WardenEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<WardenEntity,WardenEntityModel<WardenEntity>>

Mappings:
Namespace Name
official fbk
intermediary net/minecraft/class_7287
named net/minecraft/client/render/entity/WardenEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfbk;a:Lza;
      intermediary field_38349 Lnet/minecraft/class_7287;field_38349:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/WardenEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • BIOLUMINESCENT_LAYER_TEXTURE

      private static final Identifier BIOLUMINESCENT_LAYER_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official i Lfbk;i:Lza;
      intermediary field_38350 Lnet/minecraft/class_7287;field_38350:Lnet/minecraft/class_2960;
      named BIOLUMINESCENT_LAYER_TEXTURE Lnet/minecraft/client/render/entity/WardenEntityRenderer;BIOLUMINESCENT_LAYER_TEXTURE:Lnet/minecraft/util/Identifier;
    • EARS_TEXTURE

      private static final Identifier EARS_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official j Lfbk;j:Lza;
      intermediary field_38351 Lnet/minecraft/class_7287;field_38351:Lnet/minecraft/class_2960;
      named EARS_TEXTURE Lnet/minecraft/client/render/entity/WardenEntityRenderer;EARS_TEXTURE:Lnet/minecraft/util/Identifier;
    • HEART_TEXTURE

      private static final Identifier HEART_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official k Lfbk;k:Lza;
      intermediary field_38352 Lnet/minecraft/class_7287;field_38352:Lnet/minecraft/class_2960;
      named HEART_TEXTURE Lnet/minecraft/client/render/entity/WardenEntityRenderer;HEART_TEXTURE:Lnet/minecraft/util/Identifier;
    • PULSATING_SPOTS_1_TEXTURE

      private static final Identifier PULSATING_SPOTS_1_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official l Lfbk;l:Lza;
      intermediary field_38353 Lnet/minecraft/class_7287;field_38353:Lnet/minecraft/class_2960;
      named PULSATING_SPOTS_1_TEXTURE Lnet/minecraft/client/render/entity/WardenEntityRenderer;PULSATING_SPOTS_1_TEXTURE:Lnet/minecraft/util/Identifier;
    • PULSATING_SPOTS_2_TEXTURE

      private static final Identifier PULSATING_SPOTS_2_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official m Lfbk;m:Lza;
      intermediary field_38354 Lnet/minecraft/class_7287;field_38354:Lnet/minecraft/class_2960;
      named PULSATING_SPOTS_2_TEXTURE Lnet/minecraft/client/render/entity/WardenEntityRenderer;PULSATING_SPOTS_2_TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • WardenEntityRenderer

      public WardenEntityRenderer(EntityRendererFactory.Context ctx)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leyn;<init>(Leyo$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(WardenEntity wardenEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
      Overrides:
      render in class MobEntityRenderer<WardenEntity,WardenEntityModel<WardenEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lfbk;a(Lbpm;FFLdwd;Letw;I)V
      intermediary method_42608 Lnet/minecraft/class_7287;method_42608(Lnet/minecraft/class_7260;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
      named render Lnet/minecraft/client/render/entity/WardenEntityRenderer;render(Lnet/minecraft/entity/mob/WardenEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
    • getTexture

      public Identifier getTexture(WardenEntity wardenEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<WardenEntity,WardenEntityModel<WardenEntity>>
      Specified by:
      getTexture in class EntityRenderer<WardenEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfbk;a(Lbpm;)Lza;
      intermediary method_42606 Lnet/minecraft/class_7287;method_42606(Lnet/minecraft/class_7260;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/WardenEntityRenderer;getTexture(Lnet/minecraft/entity/mob/WardenEntity;)Lnet/minecraft/util/Identifier;