public class ModelLeashKnot extends ModelBase
| Modifier and Type | Field and Description |
|---|---|
ModelRenderer |
knotRenderer |
boxList, isChild, isRiding, swingProgress, textureHeight, textureWidth| Constructor and Description |
|---|
ModelLeashKnot() |
ModelLeashKnot(int p_i46365_1_,
int p_i46365_2_,
int p_i46365_3_,
int p_i46365_4_) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale)
Sets the models various rotation angles then renders the model.
|
void |
setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn)
Sets the model's various rotation angles.
|
copyModelAngles, getRandomModelBox, getTextureOffset, setLivingAnimations, setModelAttributes, setTextureOffsetpublic ModelRenderer knotRenderer
public ModelLeashKnot()
public ModelLeashKnot(int p_i46365_1_,
int p_i46365_2_,
int p_i46365_3_,
int p_i46365_4_)
public void render(Entity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scale)
public void setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn)
setRotationAngles in class ModelBase