Package net.minecraft.client.util
Class SmoothUtil
java.lang.Object
net.minecraft.client.util.SmoothUtil
- Mappings:
- Namespace - Name - official - apn- intermediary - net/minecraft/class_3540- named - net/minecraft/client/util/SmoothUtil
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate doubleprivate doubleprivate double
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
actualSumprivate double actualSum- Mappings:
- Namespace - Name - Mixin selector - official - a- Lapn;a:D- intermediary - field_15760- Lnet/minecraft/class_3540;field_15760:D- named - actualSum- Lnet/minecraft/client/util/SmoothUtil;actualSum:D
 
- 
smoothedSumprivate double smoothedSum- Mappings:
- Namespace - Name - Mixin selector - official - b- Lapn;b:D- intermediary - field_15759- Lnet/minecraft/class_3540;field_15759:D- named - smoothedSum- Lnet/minecraft/client/util/SmoothUtil;smoothedSum:D
 
- 
movementLatencyprivate double movementLatency- Mappings:
- Namespace - Name - Mixin selector - official - c- Lapn;c:D- intermediary - field_15758- Lnet/minecraft/class_3540;field_15758:D- named - movementLatency- Lnet/minecraft/client/util/SmoothUtil;movementLatency:D
 
 
- 
- 
Constructor Details- 
SmoothUtilpublic SmoothUtil()
 
- 
- 
Method Details- 
smoothpublic double smooth(double original, double smoother) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lapn;a(DD)D- intermediary - method_15429- Lnet/minecraft/class_3540;method_15429(DD)D- named - smooth- Lnet/minecraft/client/util/SmoothUtil;smooth(DD)D
 
- 
clearpublic void clear()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lapn;a()V- intermediary - method_15428- Lnet/minecraft/class_3540;method_15428()V- named - clear- Lnet/minecraft/client/util/SmoothUtil;clear()V
 
 
-