Class PhysicalFloat
java.lang.Object
com.simibubi.create.foundation.utility.animation.PhysicalFloat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbump(double force) bump(int time, double force) static PhysicalFloatcreate()static PhysicalFloatcreate(float mass) floatgetValue()floatgetValue(float partialTicks) startAt(double value) voidtick()withDrag(double drag) withLimit(float limit) zeroing(double g)
-
Constructor Details
-
PhysicalFloat
public PhysicalFloat(float mass)
-
-
Method Details
-
create
-
create
-
startAt
-
withDrag
-
zeroing
-
withLimit
-
tick
public void tick() -
addForce
-
bump
-
bump
-
getValue
public float getValue() -
getValue
public float getValue(float partialTicks)
-