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 - ffx- intermediary - net/minecraft/class_930- named - net/minecraft/client/render/entity/ParrotEntityRenderer
- 
Field SummaryFieldsFields 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) 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- 
TEXTURES- Mappings:
- Namespace - Name - Mixin selector - official - a- Lffx;a:[Labb;- intermediary - field_4754- Lnet/minecraft/class_930;field_4754:[Lnet/minecraft/class_2960;- named - TEXTURES- Lnet/minecraft/client/render/entity/ParrotEntityRenderer;TEXTURES:[Lnet/minecraft/util/Identifier;
 
 
- 
- 
Constructor Details- 
ParrotEntityRenderer- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lfek;<init>(Lfel$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- Lffx;a(Lbnu;)Labb;- 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;
 
- 
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- Lffx;a(Lbnu;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
 
 
-