Class SmoothUtil

java.lang.Object
net.minecraft.client.util.SmoothUtil

@Environment(CLIENT)
public class SmoothUtil
extends Object
  • Field Details

    • actualSum

      private double actualSum
    • smoothedSum

      private double smoothedSum
    • movementLatency

      private double movementLatency
  • Constructor Details

    • SmoothUtil

      public SmoothUtil()
  • Method Details

    • smooth

      public double smooth​(double original, double smoother)
    • clear

      public void clear()