Class TimeSources

java.lang.Object
dev.bouncingelf10.timelesslib.api.clock.TimeSources

public final class TimeSources extends Object
  • Field Details

    • GAME_TIME

      public static final TimeSource GAME_TIME
      Returns the current game time in nanoseconds.
      Note: "Game time" is the time since the game started and will NOT change when the client is paused.
      See Also:
    • REAL_TIME

      public static final TimeSource REAL_TIME
      Returns the current real time in nanoseconds.
      See Also: