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 eat
intermediary net/minecraft/class_4041
named net/minecraft/client/render/entity/model/FoxEntityModel
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
body
ModelPart
head
private ModelPart
leftFrontLeg
private ModelPart
leftHindLeg
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
-
head
- Mappings:
Namespace Name Mixin selector official a
Leat;a:Ledh;
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
Leat;b:Ledh;
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
Leat;f:Ledh;
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
Leat;g:Ledh;
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
Leat;h:Ledh;
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
Leat;i:Ledh;
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
Leat;j:Ledh;
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 k
Leat;k: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>
Leat;<init>(Ledh;)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
Leat;c()Ledn;
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
Leat;a(Lbbs;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
Ldzt;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
Ldzt;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
Leat;a(Lbbs;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
-