Class FoxEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<T>
net.minecraft.client.render.entity.LivingEntityRenderer<T,M>
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 official emr
intermediary net/minecraft/class_4042
named net/minecraft/client/render/entity/FoxEntityRenderer
-
Field Summary
Fields Modifier and Type Field Description private static Identifier
SLEEPING_SNOW_TEXTURE
private static Identifier
SLEEPING_TEXTURE
private static Identifier
SNOW_TEXTURE
private static Identifier
TEXTURE
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 FoxEntityRenderer(EntityRendererFactory.Context ctx)
-
Method Summary
Modifier and Type Method Description Identifier
getTexture(FoxEntity foxEntity)
protected void
setupTransforms(FoxEntity foxEntity, MatrixStack matrixStack, float float2, float float3, float float4)
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, getAnimationProgress, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, isVisible, scale
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getFontRenderer, getLight, getPositionOffset, getSkyLight, renderLabelIfPresent
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Lemr;a:Lwb;
intermediary field_18026
Lnet/minecraft/class_4042;field_18026:Lnet/minecraft/class_2960;
named TEXTURE
Lnet/minecraft/client/render/entity/FoxEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
-
SLEEPING_TEXTURE
- Mappings:
Namespace Name Mixin selector official g
Lemr;g:Lwb;
intermediary field_18027
Lnet/minecraft/class_4042;field_18027:Lnet/minecraft/class_2960;
named SLEEPING_TEXTURE
Lnet/minecraft/client/render/entity/FoxEntityRenderer;SLEEPING_TEXTURE:Lnet/minecraft/util/Identifier;
-
SNOW_TEXTURE
- Mappings:
Namespace Name Mixin selector official h
Lemr;h:Lwb;
intermediary field_18028
Lnet/minecraft/class_4042;field_18028:Lnet/minecraft/class_2960;
named SNOW_TEXTURE
Lnet/minecraft/client/render/entity/FoxEntityRenderer;SNOW_TEXTURE:Lnet/minecraft/util/Identifier;
-
SLEEPING_SNOW_TEXTURE
- Mappings:
Namespace Name Mixin selector official i
Lemr;i:Lwb;
intermediary field_18029
Lnet/minecraft/class_4042;field_18029:Lnet/minecraft/class_2960;
named SLEEPING_SNOW_TEXTURE
Lnet/minecraft/client/render/entity/FoxEntityRenderer;SLEEPING_SNOW_TEXTURE:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
FoxEntityRenderer
- 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
-
setupTransforms
protected void setupTransforms(FoxEntity foxEntity, MatrixStack matrixStack, float float2, float float3, float float4)- Overrides:
setupTransforms
in classLivingEntityRenderer<FoxEntity,FoxEntityModel<FoxEntity>>
- Mappings:
Namespace Name Mixin selector official a
Lemr;a(Lbbs;Ldlr;FFF)V
intermediary method_18334
Lnet/minecraft/class_4042;method_18334(Lnet/minecraft/class_4019;Lnet/minecraft/class_4587;FFF)V
named setupTransforms
Lnet/minecraft/client/render/entity/FoxEntityRenderer;setupTransforms(Lnet/minecraft/entity/passive/FoxEntity;Lnet/minecraft/client/util/math/MatrixStack;FFF)V
-
getTexture
- Specified by:
getTexture
in interfaceFeatureRendererContext<FoxEntity,FoxEntityModel<FoxEntity>>
- Specified by:
getTexture
in classEntityRenderer<FoxEntity>
- Mappings:
Namespace Name Mixin selector official a
Lemr;a(Lbbs;)Lwb;
intermediary method_18333
Lnet/minecraft/class_4042;method_18333(Lnet/minecraft/class_4019;)Lnet/minecraft/class_2960;
named getTexture
Lnet/minecraft/client/render/entity/FoxEntityRenderer;getTexture(Lnet/minecraft/entity/passive/FoxEntity;)Lnet/minecraft/util/Identifier;
-