Class SnowGolemEntityModel<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.SinglePartEntityModel<T>
net.minecraft.client.render.entity.model.SnowGolemEntityModel<T>
@Environment(CLIENT) public class SnowGolemEntityModel<T extends Entity> extends SinglePartEntityModel<T>
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
head
private ModelPart
leftArm
private ModelPart
rightArm
private ModelPart
root
private ModelPart
upperBody
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
Constructors Constructor Description SnowGolemEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description ModelPart
getPart()
static TexturedModelData
getTexturedModelData()
ModelPart
getTopSnowball()
void
setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)
Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
root
-
upperBody
-
head
-
leftArm
-
rightArm
-
-
Constructor Details
-
SnowGolemEntityModel
-
-
Method Details
-
getTexturedModelData
-
setAngles
public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)- Specified by:
setAngles
in classEntityModel<T extends Entity>
-
getPart
- Specified by:
getPart
in classSinglePartEntityModel<T extends Entity>
-
getTopSnowball
-