类 LerpNumberAnimation
java.lang.Object
org.hiedacamellia.immersiveui.client.gui.animate.AbstractScreenAnimation
org.hiedacamellia.immersiveui.client.gui.animate.LerpNumberAnimation
-
嵌套类概要
嵌套类 -
构造器概要
构造器构造器说明LerpNumberAnimation(IValueHolder<Float> holder, LerpNumberAnimation.LerpFunction lerp, double src, double dest, float length) LerpNumberAnimation(IValueHolder<Float> holder, LerpNumberAnimation.LerpFunction lerp, double src, double dest, float length, boolean cancelable) -
方法概要
-
构造器详细资料
-
LerpNumberAnimation
public LerpNumberAnimation(IValueHolder<Float> holder, LerpNumberAnimation.LerpFunction lerp, double src, double dest, float length) -
LerpNumberAnimation
public LerpNumberAnimation(IValueHolder<Float> holder, LerpNumberAnimation.LerpFunction lerp, double src, double dest, float length, boolean cancelable)
-
-
方法详细资料
-
reset
public void reset(double src, double dest) -
run
protected void run(float time) - 指定者:
run在类中AbstractScreenAnimation
-
cancelable
public boolean cancelable()- 覆盖:
cancelable在类中AbstractScreenAnimation
-
getSrc
public double getSrc() -
getDest
public double getDest()
-