Interface ArenaStatistics
public interface ArenaStatistics
-
Method Summary
Modifier and TypeMethodDescriptiondoubleintint
-
Method Details
-
getPlayedMatches
int getPlayedMatches() -
getPlayersPlayed
int getPlayersPlayed() -
getTotalPlayTime
Duration getTotalPlayTime() -
getAverageDuration
double getAverageDuration()
-