public class InterpolatedValue
extends java.lang.Object
| Constructor and Description |
|---|
InterpolatedValue() |
| Modifier and Type | Method and Description |
|---|---|
float |
get(float partialTicks) |
InterpolatedValue |
init(float value) |
InterpolatedValue |
set(float value) |
boolean |
settled() |
public InterpolatedValue set(float value)
public InterpolatedValue init(float value)
public float get(float partialTicks)
public boolean settled()