Interface DateHolder
-
- All Known Implementing Classes:
DateObj
,FinishedSession
,GeoInfo
,Nickname
,Ping
,PlayerDeath
,PlayerKill
,TPS
public interface DateHolder
Interface for objects that have a epoch ms date.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDate()
Get the date the object holds.
-