类 AbstractScreenAnimation
java.lang.Object
org.hiedacamellia.immersiveui.client.gui.animate.AbstractScreenAnimation
- 直接已知子类:
LerpNumberAnimation
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
AbstractScreenAnimation
protected AbstractScreenAnimation(float length)
-
-
方法详细资料
-
play
public void play(float begin) -
tick
public boolean tick(float time) -
cancelable
public boolean cancelable() -
isRunning
public boolean isRunning() -
getLength
public float getLength() -
setLength
public void setLength(float length) -
run
protected abstract void run(float time)
-