HighscoresBuilder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var lastUpdated: Instant?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addEntry(rank: Int, name: String, vocation: Vocation, world: String, level: Int, points: Long, extra: String? = null): HighscoresBuilder
Link copied to clipboard
open override fun build(): Highscores

Builds an instance with the current data in the builder.