Class FoxEntityModel<T extends FoxEntity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.AnimalModel<T>
net.minecraft.client.render.entity.model.FoxEntityModel<T>
@Environment(CLIENT) public class FoxEntityModel<T extends FoxEntity> extends AnimalModel<T>
- Mappings:
Namespace Name official eep
intermediary net/minecraft/class_4041
named net/minecraft/client/render/entity/model/FoxEntityModel
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
body
private static int
field_32477
ModelPart
head
private static float
HEAD_Y_PIVOT
private ModelPart
leftFrontLeg
private ModelPart
leftHindLeg
private static float
LEG_Y_PIVOT
private float
legPitchModifier
private ModelPart
rightFrontLeg
private ModelPart
rightHindLeg
private ModelPart
tail
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
Constructors Constructor Description FoxEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description void
animateModel(T t, float float2, float float3, float float4)
protected Iterable<ModelPart>
getBodyParts()
protected Iterable<ModelPart>
getHeadParts()
static TexturedModelData
getTexturedModelData()
void
setAngles(T t, float float2, float float3, float float4, float float5, float float6)
Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
field_32477
private static final int field_32477- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official k
Leep;k:I
intermediary field_32477
Lnet/minecraft/class_4041;field_32477:I
named field_32477
Lnet/minecraft/client/render/entity/model/FoxEntityModel;field_32477:I
-
HEAD_Y_PIVOT
private static final float HEAD_Y_PIVOT- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official l
Leep;l:F
intermediary field_32478
Lnet/minecraft/class_4041;field_32478:F
named HEAD_Y_PIVOT
Lnet/minecraft/client/render/entity/model/FoxEntityModel;HEAD_Y_PIVOT:F
-
LEG_Y_PIVOT
private static final float LEG_Y_PIVOT- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official m
Leep;m:F
intermediary field_32479
Lnet/minecraft/class_4041;field_32479:F
named LEG_Y_PIVOT
Lnet/minecraft/client/render/entity/model/FoxEntityModel;LEG_Y_PIVOT:F
-
head
- Mappings:
Namespace Name Mixin selector official a
Leep;a:Lehe;
intermediary field_18015
Lnet/minecraft/class_4041;field_18015:Lnet/minecraft/class_630;
named head
Lnet/minecraft/client/render/entity/model/FoxEntityModel;head:Lnet/minecraft/client/model/ModelPart;
-
body
- Mappings:
Namespace Name Mixin selector official b
Leep;b:Lehe;
intermediary field_18019
Lnet/minecraft/class_4041;field_18019:Lnet/minecraft/class_630;
named body
Lnet/minecraft/client/render/entity/model/FoxEntityModel;body:Lnet/minecraft/client/model/ModelPart;
-
rightHindLeg
- Mappings:
Namespace Name Mixin selector official f
Leep;f:Lehe;
intermediary field_27415
Lnet/minecraft/class_4041;field_27415:Lnet/minecraft/class_630;
named rightHindLeg
Lnet/minecraft/client/render/entity/model/FoxEntityModel;rightHindLeg:Lnet/minecraft/client/model/ModelPart;
-
leftHindLeg
- Mappings:
Namespace Name Mixin selector official g
Leep;g:Lehe;
intermediary field_27416
Lnet/minecraft/class_4041;field_27416:Lnet/minecraft/class_630;
named leftHindLeg
Lnet/minecraft/client/render/entity/model/FoxEntityModel;leftHindLeg:Lnet/minecraft/client/model/ModelPart;
-
rightFrontLeg
- Mappings:
Namespace Name Mixin selector official h
Leep;h:Lehe;
intermediary field_27417
Lnet/minecraft/class_4041;field_27417:Lnet/minecraft/class_630;
named rightFrontLeg
Lnet/minecraft/client/render/entity/model/FoxEntityModel;rightFrontLeg:Lnet/minecraft/client/model/ModelPart;
-
leftFrontLeg
- Mappings:
Namespace Name Mixin selector official i
Leep;i:Lehe;
intermediary field_27418
Lnet/minecraft/class_4041;field_27418:Lnet/minecraft/class_630;
named leftFrontLeg
Lnet/minecraft/client/render/entity/model/FoxEntityModel;leftFrontLeg:Lnet/minecraft/client/model/ModelPart;
-
tail
- Mappings:
Namespace Name Mixin selector official j
Leep;j:Lehe;
intermediary field_18024
Lnet/minecraft/class_4041;field_18024:Lnet/minecraft/class_630;
named tail
Lnet/minecraft/client/render/entity/model/FoxEntityModel;tail:Lnet/minecraft/client/model/ModelPart;
-
legPitchModifier
private float legPitchModifier- Mappings:
Namespace Name Mixin selector official n
Leep;n:F
intermediary field_18025
Lnet/minecraft/class_4041;field_18025:F
named legPitchModifier
Lnet/minecraft/client/render/entity/model/FoxEntityModel;legPitchModifier:F
-
-
Constructor Details
-
FoxEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Leep;<init>(Lehe;)V
intermediary <init>
Lnet/minecraft/class_4041;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/FoxEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official c
Leep;c()Lehk;
intermediary method_31999
Lnet/minecraft/class_4041;method_31999()Lnet/minecraft/class_5607;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/FoxEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
animateModel
- Overrides:
animateModel
in classEntityModel<T extends FoxEntity>
- Mappings:
Namespace Name Mixin selector official a
Leep;a(Lbdi;FFF)V
intermediary method_18330
Lnet/minecraft/class_4041;method_18330(Lnet/minecraft/class_4019;FFF)V
named animateModel
Lnet/minecraft/client/render/entity/model/FoxEntityModel;animateModel(Lnet/minecraft/entity/passive/FoxEntity;FFF)V
-
getHeadParts
- Specified by:
getHeadParts
in classAnimalModel<T extends FoxEntity>
- Mappings:
Namespace Name Mixin selector official a
Ledp;a()Ljava/lang/Iterable;
intermediary method_22946
Lnet/minecraft/class_4592;method_22946()Ljava/lang/Iterable;
named getHeadParts
Lnet/minecraft/client/render/entity/model/AnimalModel;getHeadParts()Ljava/lang/Iterable;
-
getBodyParts
- Specified by:
getBodyParts
in classAnimalModel<T extends FoxEntity>
- Mappings:
Namespace Name Mixin selector official b
Ledp;b()Ljava/lang/Iterable;
intermediary method_22948
Lnet/minecraft/class_4592;method_22948()Ljava/lang/Iterable;
named getBodyParts
Lnet/minecraft/client/render/entity/model/AnimalModel;getBodyParts()Ljava/lang/Iterable;
-
setAngles
- Specified by:
setAngles
in classEntityModel<T extends FoxEntity>
- Mappings:
Namespace Name Mixin selector official a
Leep;a(Lbdi;FFFFF)V
intermediary method_18332
Lnet/minecraft/class_4041;method_18332(Lnet/minecraft/class_4019;FFFFF)V
named setAngles
Lnet/minecraft/client/render/entity/model/FoxEntityModel;setAngles(Lnet/minecraft/entity/passive/FoxEntity;FFFFF)V
-