Class AdultAxolotlModel


public class AdultAxolotlModel extends EntityModel<AxolotlRenderState>
  • Field Details

  • Constructor Details

    • AdultAxolotlModel

      public AdultAxolotlModel(ModelPart root)
  • Method Details

    • createBodyLayer

      public static LayerDefinition createBodyLayer()
    • setupAnim

      public void setupAnim(AxolotlRenderState state)
      Overrides:
      setupAnim in class Model<AxolotlRenderState>
    • setupLayStillOnGroundAnimation

      private void setupLayStillOnGroundAnimation(float ageInTicks, float factor)
    • setupGroundCrawlingAnimation

      private void setupGroundCrawlingAnimation(float ageInTicks, float factor)
    • setupWaterHoveringAnimation

      private void setupWaterHoveringAnimation(float ageInTicks, float factor)
    • setupSwimmingAnimation

      private void setupSwimmingAnimation(float ageInTicks, float xRot, float factor)
    • setupPlayDeadAnimation

      private void setupPlayDeadAnimation(float factor)
    • applyMirrorLegRotations

      private void applyMirrorLegRotations(float factor)