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>
-
Field Summary
Fields Modifier and Type Field Description static Identifier[]TEXTURESFields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, modelFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, shadowOpacity, shadowRadius -
Constructor Summary
Constructors Constructor Description ParrotEntityRenderer(EntityRendererFactory.Context ctx) -
Method Summary
Modifier and Type Method Description floatgetAnimationProgress(ParrotEntity parrotEntity, float float2)This value is passed to other methods when calculating angles for animation.IdentifiergetTexture(ParrotEntity parrotEntity)Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
hasLabel, render, shouldRenderMethods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getAnimationCounter, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, isVisible, scale, setupTransformsMethods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getFontRenderer, getLight, getPositionOffset, getSkyLight, renderLabelIfPresent
-
Field Details
-
TEXTURES
-
-
Constructor Details
-
ParrotEntityRenderer
-
-
Method Details
-
getTexture
- Specified by:
getTexturein interfaceFeatureRendererContext<ParrotEntity,ParrotEntityModel>- Specified by:
getTexturein classEntityRenderer<ParrotEntity>
-
getAnimationProgress
Description 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 classLivingEntityRenderer<ParrotEntity,ParrotEntityModel>
-