public class FrameTimer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
counter |
private long[] |
frames |
private int |
index |
private int |
lastIndex |
Constructor and Description |
---|
FrameTimer() |
Modifier and Type | Method and Description |
---|---|
void |
addFrame(long runningTime) |
long[] |
getFrames() |
int |
getIndex() |
int |
getLastIndex() |
int |
getLineHeight(long valueIn,
int p_219792_3_,
int p_219792_4_) |
int |
parseIndex(int rawIndex) |
private final long[] frames
private int lastIndex
private int counter
private int index
public void addFrame(long runningTime)
public int getLineHeight(long valueIn, int p_219792_3_, int p_219792_4_)
public int getLastIndex()
public int getIndex()
public int parseIndex(int rawIndex)
public long[] getFrames()