Class FpsSmoother

java.lang.Object
net.minecraft.client.render.FpsSmoother

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

    • times

      private final long[] times
    • size

      private int size
    • index

      private int index
  • Constructor Details

    • FpsSmoother

      public FpsSmoother​(int size)
  • Method Details

    • getTargetUsedTime

      public long getTargetUsedTime​(long time)