Class VexEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<VexEntity,VexEntityModel>

@Environment(CLIENT) public class VexEntityRenderer extends MobEntityRenderer<VexEntity,VexEntityModel>
Mappings:
Namespace Name
official fli
intermediary net/minecraft/class_960
named net/minecraft/client/render/entity/VexEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfli;a:Lacf;
      intermediary field_4801 Lnet/minecraft/class_960;field_4801:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/VexEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • CHARGING_TEXTURE

      private static final Identifier CHARGING_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official i Lfli;i:Lacf;
      intermediary field_4802 Lnet/minecraft/class_960;field_4802:Lnet/minecraft/class_2960;
      named CHARGING_TEXTURE Lnet/minecraft/client/render/entity/VexEntityRenderer;CHARGING_TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • VexEntityRenderer

      public VexEntityRenderer(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

    • getBlockLight

      protected int getBlockLight(VexEntity vexEntity, BlockPos blockPos)
      Overrides:
      getBlockLight in class EntityRenderer<VexEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfli;a(Lbur;Lgp;)I
      intermediary method_24092 Lnet/minecraft/class_960;method_24092(Lnet/minecraft/class_1634;Lnet/minecraft/class_2338;)I
      named getBlockLight Lnet/minecraft/client/render/entity/VexEntityRenderer;getBlockLight(Lnet/minecraft/entity/mob/VexEntity;Lnet/minecraft/util/math/BlockPos;)I
    • getTexture

      public Identifier getTexture(VexEntity vexEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<VexEntity,VexEntityModel>
      Specified by:
      getTexture in class EntityRenderer<VexEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfli;a(Lbur;)Lacf;
      intermediary method_4144 Lnet/minecraft/class_960;method_4144(Lnet/minecraft/class_1634;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/VexEntityRenderer;getTexture(Lnet/minecraft/entity/mob/VexEntity;)Lnet/minecraft/util/Identifier;