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
field_3541
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 SheepWoolEntityModel()
-
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
-
field_3541
private float field_3541
-
-
Constructor Details
-
SheepWoolEntityModel
public SheepWoolEntityModel()
-
-
Method Details
-
animateModel
- Overrides:
animateModel
in classEntityModel<T extends SheepEntity>
-
setAngles
- Overrides:
setAngles
in classQuadrupedEntityModel<T extends SheepEntity>
-