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 fzz
intermediary net/minecraft/class_930
named net/minecraft/client/render/entity/ParrotEntityRenderer
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Identifier
private static final Identifier
private static final Identifier
private static final Identifier
private static final Identifier
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) static Identifier
getTexture
(ParrotEntity.Variant variant) 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
-
RED_BLUE_TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Lfzz;a:Lahg;
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
Lfzz;i:Lahg;
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
Lfzz;j:Lahg;
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
Lfzz;k:Lahg;
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
Lfzz;l:Lahg;
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>
Lfym;<init>(Lfyn$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
Lfzz;a(Lbyo;)Lahg;
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
Lfzz;a(Lbyo$b;)Lahg;
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;
-
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
Lfzz;a(Lbyo;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
-