Class FoxEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<FoxEntity>
net.minecraft.client.render.entity.LivingEntityRenderer<FoxEntity,FoxEntityModel<FoxEntity>>
net.minecraft.client.render.entity.MobEntityRenderer<FoxEntity,FoxEntityModel<FoxEntity>>
net.minecraft.client.render.entity.FoxEntityRenderer
- All Implemented Interfaces:
FeatureRendererContext<FoxEntity,
FoxEntityModel<FoxEntity>>
@Environment(CLIENT)
public class FoxEntityRenderer
extends MobEntityRenderer<FoxEntity,FoxEntityModel<FoxEntity>>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/FoxEntityRenderer
intermediary net/minecraft/class_4042
official gjh
-
Field Summary
Modifier and TypeFieldDescriptionprivate 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 TypeMethodDescriptiongetTexture
(FoxEntity foxEntity) protected void
setupTransforms
(FoxEntity foxEntity, MatrixStack matrixStack, float float2, float float3, float float4, float float5) Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
getShadowRadius, hasLabel, render, shouldRender
Methods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getAnimationCounter, getAnimationProgress, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, isVisible, scale, shouldFlipUpsideDown
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getLight, getPositionOffset, getSkyLight, getTextRenderer, renderLabelIfPresent
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURE
Lnet/minecraft/client/render/entity/FoxEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_18026
Lnet/minecraft/class_4042;field_18026:Lnet/minecraft/class_2960;
official a
Lgjh;a:Lalf;
-
SLEEPING_TEXTURE
- Mappings:
Namespace Name Mixin selector named SLEEPING_TEXTURE
Lnet/minecraft/client/render/entity/FoxEntityRenderer;SLEEPING_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_18027
Lnet/minecraft/class_4042;field_18027:Lnet/minecraft/class_2960;
official i
Lgjh;i:Lalf;
-
SNOW_TEXTURE
- Mappings:
Namespace Name Mixin selector named SNOW_TEXTURE
Lnet/minecraft/client/render/entity/FoxEntityRenderer;SNOW_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_18028
Lnet/minecraft/class_4042;field_18028:Lnet/minecraft/class_2960;
official j
Lgjh;j:Lalf;
-
SLEEPING_SNOW_TEXTURE
- Mappings:
Namespace Name Mixin selector named SLEEPING_SNOW_TEXTURE
Lnet/minecraft/client/render/entity/FoxEntityRenderer;SLEEPING_SNOW_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_18029
Lnet/minecraft/class_4042;field_18029:Lnet/minecraft/class_2960;
official k
Lgjh;k:Lalf;
-
-
Constructor Details
-
FoxEntityRenderer
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
intermediary <init>
Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
official <init>
Lgiy;<init>(Lgiz$a;)V
-
-
Method Details
-
setupTransforms
protected void setupTransforms(FoxEntity foxEntity, MatrixStack matrixStack, float float2, float float3, float float4, float float5) - Overrides:
setupTransforms
in classLivingEntityRenderer<FoxEntity,
FoxEntityModel<FoxEntity>> - Mappings:
Namespace Name Mixin selector named setupTransforms
Lnet/minecraft/client/render/entity/FoxEntityRenderer;setupTransforms(Lnet/minecraft/entity/passive/FoxEntity;Lnet/minecraft/client/util/math/MatrixStack;FFFF)V
intermediary method_18334
Lnet/minecraft/class_4042;method_18334(Lnet/minecraft/class_4019;Lnet/minecraft/class_4587;FFFF)V
official a
Lgjh;a(Lcfr;Lfaa;FFFF)V
-
getTexture
- Specified by:
getTexture
in interfaceFeatureRendererContext<FoxEntity,
FoxEntityModel<FoxEntity>> - Specified by:
getTexture
in classEntityRenderer<FoxEntity>
- Mappings:
Namespace Name Mixin selector named getTexture
Lnet/minecraft/client/render/entity/FoxEntityRenderer;getTexture(Lnet/minecraft/entity/passive/FoxEntity;)Lnet/minecraft/util/Identifier;
intermediary method_18333
Lnet/minecraft/class_4042;method_18333(Lnet/minecraft/class_4019;)Lnet/minecraft/class_2960;
official a
Lgjh;a(Lcfr;)Lalf;
-