Class Timer


  • public class Timer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Timer​(float p_i49528_1_, long p_i49528_2_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int advanceTime​(long p_238400_1_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • partialTick

        public float partialTick
      • tickDelta

        public float tickDelta
      • lastMs

        private long lastMs
      • msPerTick

        private final float msPerTick
    • Constructor Detail

      • Timer

        public Timer​(float p_i49528_1_,
                     long p_i49528_2_)
    • Method Detail

      • advanceTime

        public int advanceTime​(long p_238400_1_)