Package net.minecraft.client.render
Class FpsSmoother
java.lang.Object
net.minecraft.client.render.FpsSmoother
@Environment(CLIENT) public class FpsSmoother extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FpsSmoother(int size)
-
Method Summary
Modifier and Type Method Description long
getTargetUsedTime(long time)
-
Field Details
-
times
private final long[] times -
size
private int size -
index
private int index
-
-
Constructor Details
-
FpsSmoother
public FpsSmoother(int size)
-
-
Method Details
-
getTargetUsedTime
public long getTargetUsedTime(long time)
-