Package net.minecraft.util.math
Class Smoother
java.lang.Object
net.minecraft.util.math.Smoother
- Mappings:
 Namespace Name named net/minecraft/util/math/Smootherintermediary net/minecraft/class_3540official azf
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate doubleprivate doubleprivate double - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
actualSum
private double actualSum- Mappings:
 Namespace Name Mixin selector named actualSumLnet/minecraft/util/math/Smoother;actualSum:Dintermediary field_15760Lnet/minecraft/class_3540;field_15760:Dofficial aLazf;a:D
 - 
smoothedSum
private double smoothedSum- Mappings:
 Namespace Name Mixin selector named smoothedSumLnet/minecraft/util/math/Smoother;smoothedSum:Dintermediary field_15759Lnet/minecraft/class_3540;field_15759:Dofficial bLazf;b:D
 - 
movementLatency
private double movementLatency- Mappings:
 Namespace Name Mixin selector named movementLatencyLnet/minecraft/util/math/Smoother;movementLatency:Dintermediary field_15758Lnet/minecraft/class_3540;field_15758:Dofficial cLazf;c:D
 
 - 
 - 
Constructor Details
- 
Smoother
public Smoother() 
 - 
 - 
Method Details
- 
smooth
public double smooth(double original, double smoother) - Mappings:
 Namespace Name Mixin selector named smoothLnet/minecraft/util/math/Smoother;smooth(DD)Dintermediary method_15429Lnet/minecraft/class_3540;method_15429(DD)Dofficial aLazf;a(DD)D
 - 
clear
public void clear()- Mappings:
 Namespace Name Mixin selector named clearLnet/minecraft/util/math/Smoother;clear()Vintermediary method_15428Lnet/minecraft/class_3540;method_15428()Vofficial aLazf;a()V
 
 -