Package net.risingworld.api.objects
Klasse Time
java.lang.Object
net.risingworld.api.objects.Time
Represents the ingame time and date.
-
Verschachtelte Klassen - Übersicht
-
Methodenübersicht
-
Methodendetails
-
getSeconds
public int getSeconds()Gets the seconds (0-59)- Gibt zurück:
- the seconds.
-
getMinutes
public int getMinutes()Gets the minutes (0-59)- Gibt zurück:
- the minutes.
-
getHours
public int getHours()Gets the hours (0-23)- Gibt zurück:
- the hours.
-
getDay
public int getDay()Gets the day (0-31)- Gibt zurück:
- the day.
-
getMonth
public int getMonth()Gets the month (1-12)- Gibt zurück:
- the month.
-
getYear
public int getYear()Gets the current year (initial year is 0)- Gibt zurück:
- the year.
-
getTime
-
getMoonPhase
Gets the current moon phase.- Gibt zurück:
- the current moon phase.
-