Package net.swofty.calendar
Class SkyBlockCalendar
java.lang.Object
net.swofty.calendar.SkyBlockCalendar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkForEvents
(Long time) static int
getDay()
static String
getDisplay
(long elapsed) static int
getHour()
static int
getMonth()
static String
static String
getMonthName
(int month) static int
getYear()
static void
tick
(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
-