Package-level declarations

Types

Link copied to clipboard
@Catalogue(type = Key::class)
object CustomStatistics

All of the built-in custom statistics.

Link copied to clipboard
interface Statistic<T> : Criterion

A statistic that may be counted.

Link copied to clipboard
fun interface StatisticFormatter

A formatter used to format statistics in to string representations.

Link copied to clipboard

A tracker of statistics.

Link copied to clipboard
@CataloguedBy(catalogue = StatisticTypes::class)
interface StatisticType<T> : Iterable<Statistic<T>> , Translatable, Keyed

A type of a statistic.

Link copied to clipboard
@Catalogue(type = StatisticType::class)
object StatisticTypes

All of the built-in statistic types.