Package zombie.radio
Class RadioAPI
java.lang.Object
zombie.radio.RadioAPI
public class RadioAPI
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description KahluaTable
getChannels(java.lang.String category)
static RadioAPI
getInstance()
static boolean
hasInstance()
static int
timeStampToDays(int stamp)
static int
timeStampToHours(int stamp)
static int
timeStampToMinutes(int stamp)
static int
timeToTimeStamp(int days, int hours, int minutes)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
timeToTimeStamp
public static int timeToTimeStamp(int days, int hours, int minutes) -
timeStampToDays
public static int timeStampToDays(int stamp) -
timeStampToHours
public static int timeStampToHours(int stamp) -
timeStampToMinutes
public static int timeStampToMinutes(int stamp) -
hasInstance
public static boolean hasInstance() -
getInstance
-
getChannels
-