Package net.swofty.calendar
Class SkyBlockCalendar
java.lang.Object
net.swofty.calendar.SkyBlockCalendar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckForEvents(Long time) static intgetDay()static StringgetDisplay(long elapsed) static intgetHour()static intgetMonth()static Stringstatic StringgetMonthName(int month) static intgetYear()static voidtick(net.minestom.server.timer.Scheduler scheduler)
-
Constructor Details
-
SkyBlockCalendar
public SkyBlockCalendar()
-
-
Method Details
-
tick
public static void tick(net.minestom.server.timer.Scheduler scheduler) -
getYear
public static int getYear() -
getMonth
public static int getMonth() -
getDay
public static int getDay() -
getHour
public static int getHour() -
getMonthName
-
getMonthName
-
checkForEvents
-
getDisplay
-