Class QuadrupedEntityModel<T extends Entity>
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.QuadrupedEntityModel<T>
- Direct Known Subclasses:
CowEntityModel,PandaEntityModel,PigEntityModel,PolarBearEntityModel,SheepEntityModel,SheepWoolEntityModel,TurtleEntityModel
@Environment(CLIENT) public class QuadrupedEntityModel<T extends Entity> extends AnimalModel<T>
-
Field Summary
Fields Modifier and Type Field Description protected ModelPartbodyprotected ModelPartheadprotected ModelPartleftFrontLegprotected ModelPartleftHindLegprotected ModelPartrightFrontLegprotected ModelPartrightHindLegFields 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 Modifier Constructor Description protectedQuadrupedEntityModel(ModelPart root, boolean headScaled, float childHeadYOffset, float childHeadZOffset, float invertedChildHeadScale, float invertedChildBodyScale, int childBodyYOffset) -
Method Summary
Modifier and Type Method Description protected Iterable<ModelPart>getBodyParts()protected Iterable<ModelPart>getHeadParts()static ModelDatagetModelData(int stanceWidth, Dilation dilation)voidsetAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
head
-
body
-
rightHindLeg
-
leftHindLeg
-
rightFrontLeg
-
leftFrontLeg
-
-
Constructor Details
-
QuadrupedEntityModel
protected QuadrupedEntityModel(ModelPart root, boolean headScaled, float childHeadYOffset, float childHeadZOffset, float invertedChildHeadScale, float invertedChildBodyScale, int childBodyYOffset)
-
-
Method Details
-
getModelData
-
getHeadParts
- Specified by:
getHeadPartsin classAnimalModel<T extends Entity>
-
getBodyParts
- Specified by:
getBodyPartsin classAnimalModel<T extends Entity>
-
setAngles
public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)- Specified by:
setAnglesin classEntityModel<T extends Entity>
-