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 ens
intermediary net/minecraft/class_930
named net/minecraft/client/render/entity/ParrotEntityRenderer
-
Field Summary
Fields Modifier and Type Field Description static Identifier[]
TEXTURES
Fields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, model
Fields 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 float
getAnimationProgress(ParrotEntity parrotEntity, float float2)
This value is passed to other methods when calculating angles for animation.Identifier
getTexture(ParrotEntity parrotEntity)
Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
hasLabel, render, shouldRender
Methods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getAnimationCounter, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, isVisible, scale, setupTransforms
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getFontRenderer, getLight, getPositionOffset, getSkyLight, renderLabelIfPresent
-
Field Details
-
TEXTURES
- Mappings:
Namespace Name Mixin selector official a
Lens;a:[Lwb;
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>
Lemi;<init>(Lemj$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:
getTexture
in interfaceFeatureRendererContext<ParrotEntity,ParrotEntityModel>
- Specified by:
getTexture
in classEntityRenderer<ParrotEntity>
- Mappings:
Namespace Name Mixin selector official a
Lens;a(Lbbx;)Lwb;
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;
-
getAnimationProgress
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 classLivingEntityRenderer<ParrotEntity,ParrotEntityModel>
- Mappings:
Namespace Name Mixin selector official a
Lens;a(Lbbx;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
-