Class Force.OverTime

java.lang.Object
com.simibubi.create.foundation.utility.animation.Force.OverTime
All Implemented Interfaces:
Force
Enclosing interface:
Force

public static class Force.OverTime extends Object implements Force
  • Constructor Details

    • OverTime

      public OverTime(int time, float totalAcceleration)
  • Method Details

    • get

      public float get(float mass, float value, float speed)
      Specified by:
      get in interface Force
    • finished

      public boolean finished()
      Specified by:
      finished in interface Force