@Environment(value=CLIENT) public class ShulkerEntityModel<T extends ShulkerEntity> extends CompositeEntityModel<T>
| Modifier and Type | Field and Description |
|---|---|
private ModelPart |
bottomShell |
private ModelPart |
head |
private ModelPart |
topShell |
child, handSwingProgress, ridinglayerFactory, textureHeight, textureWidth| Constructor and Description |
|---|
ShulkerEntityModel() |
| Modifier and Type | Method and Description |
|---|---|
ModelPart |
getBottomShell() |
ModelPart |
getHead() |
Iterable<ModelPart> |
getParts() |
ModelPart |
getTopShell() |
void |
setAngles(T t,
float float2,
float float3,
float float4,
float float5,
float float6) |
renderanimateModel, copyStateToprivate final ModelPart bottomShell
private final ModelPart topShell
private final ModelPart head
public void setAngles(T t, float float2, float float3, float float4, float float5, float float6)
setAngles in class EntityModel<T extends ShulkerEntity>public Iterable<ModelPart> getParts()
getParts in class CompositeEntityModel<T extends ShulkerEntity>public ModelPart getBottomShell()
public ModelPart getTopShell()
public ModelPart getHead()