Class ParrotEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<ParrotEntity,ParrotEntityModel>

@Environment(CLIENT) public class ParrotEntityRenderer extends MobEntityRenderer<ParrotEntity,ParrotEntityModel>
Mappings:
Namespace Name
official fkc
intermediary net/minecraft/class_930
named net/minecraft/client/render/entity/ParrotEntityRenderer
  • Field Details

    • RED_BLUE_TEXTURE

      private static final Identifier RED_BLUE_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfkc;a:Lacf;
      intermediary field_41636 Lnet/minecraft/class_930;field_41636:Lnet/minecraft/class_2960;
      named RED_BLUE_TEXTURE Lnet/minecraft/client/render/entity/ParrotEntityRenderer;RED_BLUE_TEXTURE:Lnet/minecraft/util/Identifier;
    • BLUE_TEXTURE

      private static final Identifier BLUE_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official i Lfkc;i:Lacf;
      intermediary field_41637 Lnet/minecraft/class_930;field_41637:Lnet/minecraft/class_2960;
      named BLUE_TEXTURE Lnet/minecraft/client/render/entity/ParrotEntityRenderer;BLUE_TEXTURE:Lnet/minecraft/util/Identifier;
    • GREEN_TEXTURE

      private static final Identifier GREEN_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official j Lfkc;j:Lacf;
      intermediary field_41638 Lnet/minecraft/class_930;field_41638:Lnet/minecraft/class_2960;
      named GREEN_TEXTURE Lnet/minecraft/client/render/entity/ParrotEntityRenderer;GREEN_TEXTURE:Lnet/minecraft/util/Identifier;
    • YELLOW_TEXTURE

      private static final Identifier YELLOW_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official k Lfkc;k:Lacf;
      intermediary field_41639 Lnet/minecraft/class_930;field_41639:Lnet/minecraft/class_2960;
      named YELLOW_TEXTURE Lnet/minecraft/client/render/entity/ParrotEntityRenderer;YELLOW_TEXTURE:Lnet/minecraft/util/Identifier;
    • GREY_TEXTURE

      private static final Identifier GREY_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official l Lfkc;l:Lacf;
      intermediary field_41640 Lnet/minecraft/class_930;field_41640:Lnet/minecraft/class_2960;
      named GREY_TEXTURE Lnet/minecraft/client/render/entity/ParrotEntityRenderer;GREY_TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • ParrotEntityRenderer

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

    • getTexture

      public Identifier getTexture(ParrotEntity parrotEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<ParrotEntity,ParrotEntityModel>
      Specified by:
      getTexture in class EntityRenderer<ParrotEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfkc;a(Lbqe;)Lacf;
      intermediary method_4080 Lnet/minecraft/class_930;method_4080(Lnet/minecraft/class_1453;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/ParrotEntityRenderer;getTexture(Lnet/minecraft/entity/passive/ParrotEntity;)Lnet/minecraft/util/Identifier;
    • getTexture

      public static Identifier getTexture(ParrotEntity.Variant variant)
      Mappings:
      Namespace Name Mixin selector
      official a Lfkc;a(Lbqe$b;)Lacf;
      intermediary method_47906 Lnet/minecraft/class_930;method_47906(Lnet/minecraft/class_1453$class_7989;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/ParrotEntityRenderer;getTexture(Lnet/minecraft/entity/passive/ParrotEntity$Variant;)Lnet/minecraft/util/Identifier;
    • getAnimationProgress

      public float getAnimationProgress(ParrotEntity parrotEntity, float float2)
      Description copied from class: LivingEntityRenderer
      This value is passed to other methods when calculating angles for animation. It's typically just the sum of the entity's age (in ticks) and the passed in tickDelta.
      Overrides:
      getAnimationProgress in class LivingEntityRenderer<ParrotEntity,ParrotEntityModel>
      Mappings:
      Namespace Name Mixin selector
      official a Lfkc;a(Lbqe;F)F
      intermediary method_4081 Lnet/minecraft/class_930;method_4081(Lnet/minecraft/class_1453;F)F
      named getAnimationProgress Lnet/minecraft/client/render/entity/ParrotEntityRenderer;getAnimationProgress(Lnet/minecraft/entity/passive/ParrotEntity;F)F