Package com.ordwen.odailyquests.tools
Class TimeRemain
java.lang.Object
com.ordwen.odailyquests.tools.TimeRemain
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringtimeRemain(String playerName) Get the time remaining before the next quests draw (same schedule as TimerTask).
-
Method Details
-
timeRemain
Get the time remaining before the next quests draw (same schedule as TimerTask).- Parameters:
playerName- player to consider.- Returns:
- the time remaining as a formatted String.
-