@Environment(value=CLIENT) public class CreeperEntityModel<T extends Entity> extends CompositeEntityModel<T>
Modifier and Type | Field and Description |
---|---|
private ModelPart |
head |
private ModelPart |
helmet |
private ModelPart |
leftBackLeg |
private ModelPart |
leftFrontLeg |
private ModelPart |
rightBackLeg |
private ModelPart |
rightFrontLeg |
private ModelPart |
torso |
child, handSwingProgress, riding
layerFactory, textureHeight, textureWidth
Constructor and Description |
---|
CreeperEntityModel() |
CreeperEntityModel(float scale) |
Modifier and Type | Method and Description |
---|---|
Iterable<ModelPart> |
getParts() |
void |
setAngles(T entity,
float limbAngle,
float limbDistance,
float animationProgress,
float headYaw,
float headPitch) |
render
animateModel, copyStateTo
private final ModelPart head
private final ModelPart helmet
private final ModelPart torso
private final ModelPart rightBackLeg
private final ModelPart leftBackLeg
private final ModelPart rightFrontLeg
private final ModelPart leftFrontLeg
public CreeperEntityModel()
public CreeperEntityModel(float scale)
public Iterable<ModelPart> getParts()
getParts
in class CompositeEntityModel<T extends Entity>
public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)
setAngles
in class EntityModel<T extends Entity>