@Environment(value=CLIENT) public class BatEntityModel extends CompositeEntityModel<BatEntity>
Modifier and Type | Field and Description |
---|---|
private ModelPart |
body |
private ModelPart |
head |
private ModelPart |
leftWing |
private ModelPart |
leftWingTip |
private ModelPart |
rightWing |
private ModelPart |
rightWingTip |
child, handSwingProgress, riding
layerFactory, textureHeight, textureWidth
Constructor and Description |
---|
BatEntityModel() |
Modifier and Type | Method and Description |
---|---|
Iterable<ModelPart> |
getParts() |
void |
setAngles(BatEntity batEntity,
float float2,
float float3,
float float4,
float float5,
float float6) |
render
animateModel, copyStateTo
private final ModelPart head
private final ModelPart body
private final ModelPart rightWing
private final ModelPart leftWing
private final ModelPart rightWingTip
private final ModelPart leftWingTip
public Iterable<ModelPart> getParts()
getParts
in class CompositeEntityModel<BatEntity>
public void setAngles(BatEntity batEntity, float float2, float float3, float float4, float float5, float float6)
setAngles
in class EntityModel<BatEntity>