Class ParrotEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<T>
net.minecraft.client.render.entity.LivingEntityRenderer<T,M>
 
net.minecraft.client.render.entity.MobEntityRenderer<ParrotEntity,ParrotEntityModel>
 
net.minecraft.client.render.entity.ParrotEntityRenderer
- All Implemented Interfaces:
- FeatureRendererContext<ParrotEntity,- ParrotEntityModel> 
@Environment(CLIENT)
public class ParrotEntityRenderer
extends MobEntityRenderer<ParrotEntity,ParrotEntityModel> 
- Mappings:
- Namespace - Name - official - fqk- intermediary - net/minecraft/class_930- named - net/minecraft/client/render/entity/ParrotEntityRenderer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final IdentifierFields inherited from class net.minecraft.client.render.entity.MobEntityRendererLEASH_PIECE_COUNTFields inherited from class net.minecraft.client.render.entity.LivingEntityRendererfeatures, modelFields inherited from class net.minecraft.client.render.entity.EntityRendererdispatcher, field_32921, shadowOpacity, shadowRadius
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfloatgetAnimationProgress(ParrotEntity parrotEntity, float float2) This value is passed to other methods when calculating angles for animation.getTexture(ParrotEntity parrotEntity) static IdentifiergetTexture(ParrotEntity.Variant variant) Methods inherited from class net.minecraft.client.render.entity.MobEntityRendererhasLabel, render, shouldRenderMethods inherited from class net.minecraft.client.render.entity.LivingEntityRendereraddFeature, getAnimationCounter, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, isVisible, scale, setupTransforms, shouldFlipUpsideDownMethods inherited from class net.minecraft.client.render.entity.EntityRenderergetBlockLight, getLight, getPositionOffset, getSkyLight, getTextRenderer, renderLabelIfPresent
- 
Field Details- 
RED_BLUE_TEXTURE- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfqk;a:Lacq;- 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- Mappings:
- Namespace - Name - Mixin selector - official - i- Lfqk;i:Lacq;- 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- Mappings:
- Namespace - Name - Mixin selector - official - j- Lfqk;j:Lacq;- 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- Mappings:
- Namespace - Name - Mixin selector - official - k- Lfqk;k:Lacq;- 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- Mappings:
- Namespace - Name - Mixin selector - official - l- Lfqk;l:Lacq;- 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- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lfox;<init>(Lfoy$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- Specified by:
- getTexturein interface- FeatureRendererContext<ParrotEntity,- ParrotEntityModel> 
- Specified by:
- getTexturein class- EntityRenderer<ParrotEntity>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfqk;a(Lbsb;)Lacq;- 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- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfqk;a(Lbsb$b;)Lacq;- 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;
 
- 
getAnimationProgressDescription copied from class:LivingEntityRendererThis 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:
- getAnimationProgressin class- LivingEntityRenderer<ParrotEntity,- ParrotEntityModel> 
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfqk;a(Lbsb;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
 
 
-