public class ShulkerModel<T extends ShulkerEntity> extends EntityModel<T>
isChild, isSitting, swingProgress
boxList, textureHeight, textureWidth
Constructor and Description |
---|
ShulkerModel() |
Modifier and Type | Method and Description |
---|---|
RendererModel |
getBase() |
RendererModel |
getHead() |
RendererModel |
getLid() |
void |
render(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
setRotationAngles(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor) |
setLivingAnimations, setModelAttributes
getRandomModelBox
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scaleFactor)
setRotationAngles
in class EntityModel<T extends ShulkerEntity>
public void render(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scale)
render
in class EntityModel<T extends ShulkerEntity>
public RendererModel getBase()
public RendererModel getLid()
public RendererModel getHead()