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_27425private ModelPartfield_27426private ModelPartfield_27427private ModelPartfield_27428private ModelPartfield_27429private ModelPartfield_27430private ModelPartfield_27431private ModelPartfield_27432private ModelPart[]field_3301private ModelPart[]field_3304protected ModelPartheadprivate ModelParttailprotected ModelParttorsoFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory -
Constructor Summary
Constructors Constructor Description HorseEntityModel(ModelPart modelPart) -
Method Summary
Modifier and Type Method Description voidanimateModel(T t, float float2, float float3, float float4)protected Iterable<ModelPart>getBodyParts()Iterable<ModelPart>getHeadParts()static ModelDatagetModelData(Dilation dilation)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
-
field_27425
-
field_27426
-
field_27427
-
field_27428
-
field_27429
-
field_27430
-
field_27431
-
field_27432
-
tail
-
field_3304
-
field_3301
-
-
Constructor Details
-
HorseEntityModel
-
-
Method Details
-
getModelData
-
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>
-