Class GoatModel<T extends Goat>


public class GoatModel<T extends Goat> extends QuadrupedModel<T>
  • Constructor Details

    • GoatModel

      public GoatModel(ModelPart pRoot)
  • Method Details

    • createBodyLayer

      public static LayerDefinition createBodyLayer()
    • setupAnim

      public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch)
      Sets this entity's model rotation angles
      Overrides:
      setupAnim in class QuadrupedModel<T extends Goat>