public class TropicalFishBModel<T extends Entity> extends EntityModel<T>
isChild, isSitting, swingProgress
boxList, textureHeight, textureWidth
Constructor and Description |
---|
TropicalFishBModel() |
TropicalFishBModel(float p_i48891_1_) |
Modifier and Type | Method and Description |
---|---|
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 TropicalFishBModel()
public TropicalFishBModel(float p_i48891_1_)
public void render(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scale)
render
in class EntityModel<T extends Entity>
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scaleFactor)
setRotationAngles
in class EntityModel<T extends Entity>