@Environment(value=CLIENT) public class FpsSmoother extends Object
Modifier and Type | Field and Description |
---|---|
private int |
index |
private int |
size |
private long[] |
times |
Constructor and Description |
---|
FpsSmoother(int size) |
Modifier and Type | Method and Description |
---|---|
long |
getTargetUsedTime(long time) |