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 fnm
intermediary net/minecraft/class_4042
named net/minecraft/client/render/entity/FoxEntityRenderer
-
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) 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, 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 official a
Lfnm;a:Ladd;
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 i
Lfnm;i:Ladd;
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 j
Lfnm;j:Ladd;
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 k
Lfnm;k:Ladd;
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>
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
-
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
Lfnm;a(Lbrt;Lehe;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
Lfnm;a(Lbrt;)Ladd;
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;
-