@Environment(value=CLIENT) public class BlazeEntityModel<T extends Entity> extends CompositeEntityModel<T>
| Modifier and Type | Field and Description |
|---|---|
private ModelPart |
head |
private ImmutableList<ModelPart> |
parts |
private ModelPart[] |
rods |
child, handSwingProgress, ridinglayerFactory, textureHeight, textureWidth| Constructor and Description |
|---|
BlazeEntityModel() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ModelPart> |
getParts() |
void |
setAngles(T entity,
float limbAngle,
float limbDistance,
float animationProgress,
float headYaw,
float headPitch) |
renderanimateModel, copyStateToprivate final ModelPart[] rods
private final ModelPart head
private final ImmutableList<ModelPart> parts
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>