Class SmoothDouble

java.lang.Object
net.minecraft.util.SmoothDouble

public class SmoothDouble extends Object
  • Field Details

    • targetValue

      private double targetValue
    • remainingValue

      private double remainingValue
    • lastAmount

      private double lastAmount
  • Constructor Details

    • SmoothDouble

      public SmoothDouble()
  • Method Details

    • getNewDeltaValue

      public double getNewDeltaValue(double p_14238_, double p_14239_)
    • reset

      public void reset()