Package net.minecraft.client.util
Class MouseSmoother
- java.lang.Object
-
- net.minecraft.client.util.MouseSmoother
-
public class MouseSmoother extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private double
lastAmount
private double
remainingValue
private double
targetValue
-
Constructor Summary
Constructors Constructor Description MouseSmoother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getNewDeltaValue(double p_199102_1_, double p_199102_3_)
void
reset()
-