public class ModelVex extends ModelBiped
ModelBiped.ArmPose
Modifier and Type | Field and Description |
---|---|
protected ModelRenderer |
leftWing |
protected ModelRenderer |
rightWing |
bipedBody, bipedHead, bipedHeadwear, bipedLeftArm, bipedLeftLeg, bipedRightArm, bipedRightLeg, isSneak, leftArmPose, rightArmPose
boxList, isChild, isRiding, swingProgress, textureHeight, textureWidth
Modifier and Type | Method and Description |
---|---|
int |
getModelVersion() |
void |
render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
getArmForSide, getMainHand, postRenderArm, setModelAttributes, setVisible
copyModelAngles, getRandomModelBox, getTextureOffset, setLivingAnimations, setTextureOffset
protected ModelRenderer leftWing
protected ModelRenderer rightWing
public void render(Entity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scale)
render
in class ModelBiped
public void setRotationAngles(float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scaleFactor, Entity entityIn)
setRotationAngles
in class ModelBiped
public int getModelVersion()