Class TimeUT

java.lang.Object
studio.magemonkey.codex.util.TimeUT

public class TimeUT extends Object
  • Constructor Details

    • TimeUT

      public TimeUT()
  • Method Details

    • formatTime

      @NotNull public static String formatTime(long time)
    • formatTimeLeft

      @NotNull public static String formatTimeLeft(long max, long min)
    • formatTimeLeft

      @NotNull public static String formatTimeLeft(long until)
    • getLocalTimeOf

      @NotNull public static LocalTime getLocalTimeOf(long ms)
    • getLocalDateTimeOf

      @NotNull public static LocalDateTime getLocalDateTimeOf(long ms)