Class SheepWoolEntityModel<T extends SheepEntity>
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>
net.minecraft.client.render.entity.model.SheepWoolEntityModel<T>
@Environment(CLIENT) public class SheepWoolEntityModel<T extends SheepEntity> extends QuadrupedEntityModel<T>
-
Field Summary
Fields Modifier and Type Field Description private float
headAngle
Fields inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
body, head, leftFrontLeg, leftHindLeg, rightFrontLeg, rightHindLeg
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 SheepWoolEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description void
animateModel(T t, float float2, float float3, float float4)
static TexturedModelData
getTexturedModelData()
void
setAngles(T t, float float2, float float3, float float4, float float5, float float6)
Methods inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
getBodyParts, getHeadParts, getModelData
Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
headAngle
private float headAngle
-
-
Constructor Details
-
SheepWoolEntityModel
-
-
Method Details
-
getTexturedModelData
-
animateModel
- Overrides:
animateModel
in classEntityModel<T extends SheepEntity>
-
setAngles
- Overrides:
setAngles
in classQuadrupedEntityModel<T extends SheepEntity>
-