Package net.minecraft.client.render
Class FpsSmoother
java.lang.Object
net.minecraft.client.render.FpsSmoother
@Environment(CLIENT) public class FpsSmoother extends Object
- Mappings:
Namespace Name official ehz
intermediary net/minecraft/class_4740
named net/minecraft/client/render/FpsSmoother
-
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- Mappings:
Namespace Name Mixin selector official a
Lehz;a:[J
intermediary field_21800
Lnet/minecraft/class_4740;field_21800:[J
named times
Lnet/minecraft/client/render/FpsSmoother;times:[J
-
size
private int size- Mappings:
Namespace Name Mixin selector official b
Lehz;b:I
intermediary field_21801
Lnet/minecraft/class_4740;field_21801:I
named size
Lnet/minecraft/client/render/FpsSmoother;size:I
-
index
private int index- Mappings:
Namespace Name Mixin selector official c
Lehz;c:I
intermediary field_21802
Lnet/minecraft/class_4740;field_21802:I
named index
Lnet/minecraft/client/render/FpsSmoother;index:I
-
-
Constructor Details
-
FpsSmoother
public FpsSmoother(int size)- Mappings:
Namespace Name Mixin selector official <init>
Lehz;<init>(I)V
intermediary <init>
Lnet/minecraft/class_4740;<init>(I)V
named <init>
Lnet/minecraft/client/render/FpsSmoother;<init>(I)V
-
-
Method Details
-
getTargetUsedTime
public long getTargetUsedTime(long time)- Mappings:
Namespace Name Mixin selector official a
Lehz;a(J)J
intermediary method_24214
Lnet/minecraft/class_4740;method_24214(J)J
named getTargetUsedTime
Lnet/minecraft/client/render/FpsSmoother;getTargetUsedTime(J)J
-