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

    Modifier and Type
    Method
    Description
    long
    Get the date the object holds.
  • Method Details

    • getDate

      long getDate()
      Get the date the object holds.
      Returns:
      Epoch ms - milliseconds passed since January 1st 1970.