Class DonkeyEntityModel<T extends AbstractDonkeyEntity>
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>
net.minecraft.client.render.entity.model.DonkeyEntityModel<T>
@Environment(CLIENT) public class DonkeyEntityModel<T extends AbstractDonkeyEntity> extends HorseEntityModel<T>
-
Field Summary
Fields Modifier and Type Field Description private ModelPartleftChestprivate ModelPartrightChestFields inherited from class net.minecraft.client.render.entity.model.HorseEntityModel
head, torsoFields 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 DonkeyEntityModel(float scale) -
Method Summary
Modifier and Type Method Description 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.HorseEntityModel
animateModel, getBodyParts, getHeadPartsMethods inherited from class net.minecraft.client.render.entity.model.AnimalModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
leftChest
-
rightChest
-
-
Constructor Details
-
DonkeyEntityModel
public DonkeyEntityModel(float scale)
-
-
Method Details
-
method_2789
- Overrides:
method_2789in classHorseEntityModel<T extends AbstractDonkeyEntity>
-
setAngles
- Overrides:
setAnglesin classHorseEntityModel<T extends AbstractDonkeyEntity>
-