Interface DateHolder
- All Known Implementing Classes:
DateObj
,FinishedSession
,GeoInfo
,JoinAddressCounts
,Nickname
,Ping
,PlayerKill
,TPS
public interface DateHolder
Interface for objects that have a epoch ms date.
-
Method Summary
-
Method Details
-
getDate
long getDate()Get the date the object holds.- Returns:
- Epoch ms - milliseconds passed since January 1st 1970.
-