Class HorseEntityModel<T extends HorseBaseEntity>
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.HorseEntityModel<T>
- Direct Known Subclasses:
DonkeyEntityModel
@Environment(CLIENT) public class HorseEntityModel<T extends HorseBaseEntity> extends AnimalModel<T>
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
field_20930
private ModelPart
field_20931
private ModelPart
field_20932
private ModelPart
field_20933
private ModelPart[]
field_3301
private ModelPart[]
field_3304
protected ModelPart
head
private ModelPart
leftBackLeg
private ModelPart
leftFrontLeg
private ModelPart
rightBackLeg
private ModelPart
rightFrontLeg
private ModelPart
tail
protected ModelPart
torso
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory, textureHeight, textureWidth
-
Constructor Summary
Constructors Constructor Description HorseEntityModel(float scale)
-
Method Summary
Modifier and Type Method Description void
animateModel(T t, float float2, float float3, float float4)
protected Iterable<ModelPart>
getBodyParts()
Iterable<ModelPart>
getHeadParts()
protected void
method_2789(ModelPart modelPart)
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
-
torso
-
head
-
leftBackLeg
-
rightBackLeg
-
leftFrontLeg
-
rightFrontLeg
-
field_20930
-
field_20931
-
field_20932
-
field_20933
-
tail
-
field_3304
-
field_3301
-
-
Constructor Details
-
HorseEntityModel
public HorseEntityModel(float scale)
-
-
Method Details
-
method_2789
-
setAngles
- Specified by:
setAngles
in classEntityModel<T extends HorseBaseEntity>
-
getHeadParts
- Specified by:
getHeadParts
in classAnimalModel<T extends HorseBaseEntity>
-
getBodyParts
- Specified by:
getBodyParts
in classAnimalModel<T extends HorseBaseEntity>
-
animateModel
- Overrides:
animateModel
in classEntityModel<T extends HorseBaseEntity>
-