Class WolfEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<T>
net.minecraft.client.render.entity.LivingEntityRenderer<T,M>
net.minecraft.client.render.entity.MobEntityRenderer<WolfEntity,WolfEntityModel<WolfEntity>>
net.minecraft.client.render.entity.WolfEntityRenderer
- All Implemented Interfaces:
FeatureRendererContext<WolfEntity,
WolfEntityModel<WolfEntity>>
@Environment(CLIENT)
public class WolfEntityRenderer
extends MobEntityRenderer<WolfEntity,WolfEntityModel<WolfEntity>>
- Mappings:
Namespace Name official fqh
intermediary net/minecraft/class_969
named net/minecraft/client/render/entity/WolfEntityRenderer
-
Field Summary
Modifier and TypeFieldDescriptionprivate 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 TypeMethodDescriptionprotected float
getAnimationProgress
(WolfEntity wolfEntity, float float2) This value is passed to other methods when calculating angles for animation.getTexture
(WolfEntity wolfEntity) void
render
(WolfEntity wolfEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
hasLabel, 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
-
WILD_TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Lfqh;a:Ladd;
intermediary field_4821
Lnet/minecraft/class_969;field_4821:Lnet/minecraft/class_2960;
named WILD_TEXTURE
Lnet/minecraft/client/render/entity/WolfEntityRenderer;WILD_TEXTURE:Lnet/minecraft/util/Identifier;
-
TAMED_TEXTURE
- Mappings:
Namespace Name Mixin selector official i
Lfqh;i:Ladd;
intermediary field_4822
Lnet/minecraft/class_969;field_4822:Lnet/minecraft/class_2960;
named TAMED_TEXTURE
Lnet/minecraft/client/render/entity/WolfEntityRenderer;TAMED_TEXTURE:Lnet/minecraft/util/Identifier;
-
ANGRY_TEXTURE
- Mappings:
Namespace Name Mixin selector official j
Lfqh;j:Ladd;
intermediary field_4823
Lnet/minecraft/class_969;field_4823:Lnet/minecraft/class_2960;
named ANGRY_TEXTURE
Lnet/minecraft/client/render/entity/WolfEntityRenderer;ANGRY_TEXTURE:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
WolfEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>
Lfnd;<init>(Lfne$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
-
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<WolfEntity,
WolfEntityModel<WolfEntity>> - Mappings:
Namespace Name Mixin selector official a
Lfqh;a(Lbsm;F)F
intermediary method_4167
Lnet/minecraft/class_969;method_4167(Lnet/minecraft/class_1493;F)F
named getAnimationProgress
Lnet/minecraft/client/render/entity/WolfEntityRenderer;getAnimationProgress(Lnet/minecraft/entity/passive/WolfEntity;F)F
-
render
public void render(WolfEntity wolfEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) - Overrides:
render
in classMobEntityRenderer<WolfEntity,
WolfEntityModel<WolfEntity>> - Mappings:
Namespace Name Mixin selector official a
Lfqh;a(Lbsm;FFLehe;Lfig;I)V
intermediary method_4166
Lnet/minecraft/class_969;method_4166(Lnet/minecraft/class_1493;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
named render
Lnet/minecraft/client/render/entity/WolfEntityRenderer;render(Lnet/minecraft/entity/passive/WolfEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
-
getTexture
- Specified by:
getTexture
in interfaceFeatureRendererContext<WolfEntity,
WolfEntityModel<WolfEntity>> - Specified by:
getTexture
in classEntityRenderer<WolfEntity>
- Mappings:
Namespace Name Mixin selector official a
Lfqh;a(Lbsm;)Ladd;
intermediary method_4165
Lnet/minecraft/class_969;method_4165(Lnet/minecraft/class_1493;)Lnet/minecraft/class_2960;
named getTexture
Lnet/minecraft/client/render/entity/WolfEntityRenderer;getTexture(Lnet/minecraft/entity/passive/WolfEntity;)Lnet/minecraft/util/Identifier;
-