Package net.minecraft.util.math
Class Smoother
java.lang.Object
net.minecraft.util.math.Smoother
- Mappings:
Namespace Name named net/minecraft/util/math/Smoother
intermediary net/minecraft/class_3540
official azf
-
Field Summary
Modifier and TypeFieldDescriptionprivate double
private double
private double
-
Constructor Summary
-
Method Summary
-
Field Details
-
actualSum
private double actualSum- Mappings:
Namespace Name Mixin selector named actualSum
Lnet/minecraft/util/math/Smoother;actualSum:D
intermediary field_15760
Lnet/minecraft/class_3540;field_15760:D
official a
Lazf;a:D
-
smoothedSum
private double smoothedSum- Mappings:
Namespace Name Mixin selector named smoothedSum
Lnet/minecraft/util/math/Smoother;smoothedSum:D
intermediary field_15759
Lnet/minecraft/class_3540;field_15759:D
official b
Lazf;b:D
-
movementLatency
private double movementLatency- Mappings:
Namespace Name Mixin selector named movementLatency
Lnet/minecraft/util/math/Smoother;movementLatency:D
intermediary field_15758
Lnet/minecraft/class_3540;field_15758:D
official c
Lazf;c:D
-
-
Constructor Details
-
Smoother
public Smoother()
-
-
Method Details
-
smooth
public double smooth(double original, double smoother) - Mappings:
Namespace Name Mixin selector named smooth
Lnet/minecraft/util/math/Smoother;smooth(DD)D
intermediary method_15429
Lnet/minecraft/class_3540;method_15429(DD)D
official a
Lazf;a(DD)D
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector named clear
Lnet/minecraft/util/math/Smoother;clear()V
intermediary method_15428
Lnet/minecraft/class_3540;method_15428()V
official a
Lazf;a()V
-