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 ModelPartfield_20930private ModelPartfield_20931private ModelPartfield_20932private ModelPartfield_20933private ModelPart[]field_3301private ModelPart[]field_3304protected ModelPartheadprivate ModelPartleftBackLegprivate ModelPartleftFrontLegprivate ModelPartrightBackLegprivate ModelPartrightFrontLegprivate ModelParttailprotected ModelParttorsoFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields 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 voidanimateModel(T t, float float2, float float3, float float4)protected Iterable<ModelPart>getBodyParts()Iterable<ModelPart>getHeadParts()protected voidmethod_2789(ModelPart modelPart)voidsetAngles(T t, float float2, float float3, float float4, float float5, float float6)Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
renderMethods 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:
setAnglesin classEntityModel<T extends HorseBaseEntity>
-
getHeadParts
- Specified by:
getHeadPartsin classAnimalModel<T extends HorseBaseEntity>
-
getBodyParts
- Specified by:
getBodyPartsin classAnimalModel<T extends HorseBaseEntity>
-
animateModel
- Overrides:
animateModelin classEntityModel<T extends HorseBaseEntity>
-