Class SheepEntityModel<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.SheepEntityModel<T>
@Environment(CLIENT) public class SheepEntityModel<T extends SheepEntity> extends QuadrupedEntityModel<T>
-
Field Summary
Fields Modifier and Type Field Description private float
headPitchModifier
Fields inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
backLeftLeg, backRightLeg, frontLeftLeg, frontRightLeg, head, torso
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory, textureHeight, textureWidth
-
Constructor Summary
Constructors Constructor Description SheepEntityModel()
-
Method Summary
Modifier and Type Method Description void
animateModel(T t, float float2, float float3, float float4)
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
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
-
headPitchModifier
private float headPitchModifier
-
-
Constructor Details
-
SheepEntityModel
public SheepEntityModel()
-
-
Method Details
-
animateModel
- Overrides:
animateModel
in classEntityModel<T extends SheepEntity>
-
setAngles
- Overrides:
setAngles
in classQuadrupedEntityModel<T extends SheepEntity>
-