KillStatisticsBuilder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addEntry(race: String, lastDayKilledPlayers: Int, lastDayKilled: Int, lastWeekKilledPlayers: Int, lastWeekKilled: Int): KillStatisticsBuilder
Link copied to clipboard
open override fun build(): KillStatistics

Builds an instance with the current data in the builder.

Link copied to clipboard
fun total(lastDayKilledPlayers: Int, lastDayKilled: Int, lastWeekKilledPlayers: Int, lastWeekKilled: Int): KillStatisticsBuilder