org.dps.core.server.eve
Interface IFacWarTopStats<K extends IKillStat,VP extends IVictoryPointStat>
public interface IFacWarTopStats<K extends IKillStat,VP extends IVictoryPointStat>
getKillsLastWeek
java.util.Collection<K> getKillsLastWeek()
getKillsTotal
java.util.Collection<K> getKillsTotal()
getKillsYesterday
java.util.Collection<K> getKillsYesterday()
getVictoryPointsLastWeek
java.util.Collection<VP> getVictoryPointsLastWeek()
getVictoryPointsTotal
java.util.Collection<VP> getVictoryPointsTotal()
getVictoryPointsYesterday
java.util.Collection<VP> getVictoryPointsYesterday()