Package net.minecraft.client.render
Class FpsSmoother
java.lang.Object
net.minecraft.client.render.FpsSmoother
- Mappings:
- Namespace - Name - official - fkg- intermediary - net/minecraft/class_4740- named - net/minecraft/client/render/FpsSmoother
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
timesprivate final long[] times- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfkg;a:[J- intermediary - field_21800- Lnet/minecraft/class_4740;field_21800:[J- named - times- Lnet/minecraft/client/render/FpsSmoother;times:[J
 
- 
sizeprivate int size- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfkg;b:I- intermediary - field_21801- Lnet/minecraft/class_4740;field_21801:I- named - size- Lnet/minecraft/client/render/FpsSmoother;size:I
 
- 
indexprivate int index- Mappings:
- Namespace - Name - Mixin selector - official - c- Lfkg;c:I- intermediary - field_21802- Lnet/minecraft/class_4740;field_21802:I- named - index- Lnet/minecraft/client/render/FpsSmoother;index:I
 
 
- 
- 
Constructor Details- 
FpsSmootherpublic FpsSmoother(int size) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lfkg;<init>(I)V- intermediary - <init>- Lnet/minecraft/class_4740;<init>(I)V- named - <init>- Lnet/minecraft/client/render/FpsSmoother;<init>(I)V
 
 
- 
- 
Method Details- 
getTargetUsedTimepublic long getTargetUsedTime(long time) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lfkg;a(J)J- intermediary - method_24214- Lnet/minecraft/class_4740;method_24214(J)J- named - getTargetUsedTime- Lnet/minecraft/client/render/FpsSmoother;getTargetUsedTime(J)J
 
 
-