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 Summary
Fields inherited from class net.minecraft.client.render.entity.MobEntityRenderer
LEASH_PIECE_COUNT
Fields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, model
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, shadowOpacity, shadowRadius
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getAnimationProgress
(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.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, shouldFlipUpsideDown
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, 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:
getTexture
in interfaceFeatureRendererContext<ParrotEntity,
ParrotEntityModel> - Specified by:
getTexture
in classEntityRenderer<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;
-
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
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
-