@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| Constructor and Description |
|---|
ShulkerEntityModel(ModelPart modelPart) |
| Modifier and Type | Method and Description |
|---|---|
ModelPart |
getBottomShell() |
ModelPart |
getHead() |
Iterable<ModelPart> |
getParts() |
ModelPart |
getTopShell() |
static class_5607 |
method_32041() |
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 ShulkerEntityModel(ModelPart modelPart)
public static class_5607 method_32041()
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()