Class VillagerEntityRenderer


@Environment(CLIENT) public class VillagerEntityRenderer extends MobEntityRenderer<VillagerEntity>
Mappings:
Namespace Name
official bta
intermediary net/minecraft/class_580
named net/minecraft/client/render/entity/VillagerEntityRenderer
  • Field Details

    • UNEMPLOYED

      private static final Identifier UNEMPLOYED
      Mappings:
      Namespace Name Mixin selector
      official a Lbta;a:Lkl;
      intermediary field_6526 Lnet/minecraft/class_580;field_6526:Lnet/minecraft/class_1653;
      named UNEMPLOYED Lnet/minecraft/client/render/entity/VillagerEntityRenderer;UNEMPLOYED:Lnet/minecraft/util/Identifier;
    • FARMER

      private static final Identifier FARMER
      Mappings:
      Namespace Name Mixin selector
      official b Lbta;b:Lkl;
      intermediary field_6527 Lnet/minecraft/class_580;field_6527:Lnet/minecraft/class_1653;
      named FARMER Lnet/minecraft/client/render/entity/VillagerEntityRenderer;FARMER:Lnet/minecraft/util/Identifier;
    • LIBRARIAN

      private static final Identifier LIBRARIAN
      Mappings:
      Namespace Name Mixin selector
      official k Lbta;k:Lkl;
      intermediary field_6528 Lnet/minecraft/class_580;field_6528:Lnet/minecraft/class_1653;
      named LIBRARIAN Lnet/minecraft/client/render/entity/VillagerEntityRenderer;LIBRARIAN:Lnet/minecraft/util/Identifier;
    • PRIEST

      private static final Identifier PRIEST
      Mappings:
      Namespace Name Mixin selector
      official l Lbta;l:Lkl;
      intermediary field_6529 Lnet/minecraft/class_580;field_6529:Lnet/minecraft/class_1653;
      named PRIEST Lnet/minecraft/client/render/entity/VillagerEntityRenderer;PRIEST:Lnet/minecraft/util/Identifier;
    • BLACKSMITH

      private static final Identifier BLACKSMITH
      Mappings:
      Namespace Name Mixin selector
      official m Lbta;m:Lkl;
      intermediary field_6530 Lnet/minecraft/class_580;field_6530:Lnet/minecraft/class_1653;
      named BLACKSMITH Lnet/minecraft/client/render/entity/VillagerEntityRenderer;BLACKSMITH:Lnet/minecraft/util/Identifier;
    • BUTCHER

      private static final Identifier BUTCHER
      Mappings:
      Namespace Name Mixin selector
      official n Lbta;n:Lkl;
      intermediary field_6531 Lnet/minecraft/class_580;field_6531:Lnet/minecraft/class_1653;
      named BUTCHER Lnet/minecraft/client/render/entity/VillagerEntityRenderer;BUTCHER:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • VillagerEntityRenderer

      public VillagerEntityRenderer(EntityRenderDispatcher dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbrk;<init>(Lbrj;)V
      intermediary <init> Lnet/minecraft/class_551;<init>(Lnet/minecraft/class_550;)V
      named <init> Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRenderDispatcher;)V
  • Method Details

    • getModel

      public VillagerEntityModel getModel()
      Overrides:
      getModel in class LivingEntityRenderer<VillagerEntity>
      Mappings:
      Namespace Name Mixin selector
      official h Lbta;h()Lbjy;
      intermediary method_10273 Lnet/minecraft/class_580;method_10273()Lnet/minecraft/class_461;
      named getModel Lnet/minecraft/client/render/entity/VillagerEntityRenderer;getModel()Lnet/minecraft/client/render/entity/model/VillagerEntityModel;
    • getTexture

      protected Identifier getTexture(VillagerEntity villagerEntity)
      Specified by:
      getTexture in class EntityRenderer<VillagerEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbta;a(Lze;)Lkl;
      intermediary method_5811 Lnet/minecraft/class_580;method_5811(Lnet/minecraft/class_985;)Lnet/minecraft/class_1653;
      named getTexture Lnet/minecraft/client/render/entity/VillagerEntityRenderer;getTexture(Lnet/minecraft/entity/passive/VillagerEntity;)Lnet/minecraft/util/Identifier;
    • scale

      protected void scale(VillagerEntity villagerEntity, float float2)
      Overrides:
      scale in class LivingEntityRenderer<VillagerEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbta;a(Lze;F)V
      intermediary method_1610 Lnet/minecraft/class_580;method_1610(Lnet/minecraft/class_985;F)V
      named scale Lnet/minecraft/client/render/entity/VillagerEntityRenderer;scale(Lnet/minecraft/entity/passive/VillagerEntity;F)V