Class FoxModel

Direct Known Subclasses:
AdultFoxModel, BabyFoxModel

public abstract class FoxModel extends EntityModel<FoxRenderState>
  • Field Details

    • body

      protected final ModelPart body
    • rightHindLeg

      protected final ModelPart rightHindLeg
    • leftHindLeg

      protected final ModelPart leftHindLeg
    • rightFrontLeg

      protected final ModelPart rightFrontLeg
    • leftFrontLeg

      protected final ModelPart leftFrontLeg
    • tail

      protected final ModelPart tail
    • legMotionPos

      private float legMotionPos
  • Constructor Details

  • Method Details