Package-level declarations

Functions

Link copied to clipboard

URL for a specific character.

Link copied to clipboard
fun guildUrl(name: String): String

URL for a specific guild.

Link copied to clipboard
fun highscoresUrl(world: String?, category: HighscoresCategory = HighscoresCategory.EXPERIENCE_POINTS, vocations: HighscoresProfession = HighscoresProfession.ALL, page: Int = 1, battleEye: HighscoresBattlEyeType = HighscoresBattlEyeType.ANY_WORLD, worldTypes: Set<PvpType>? = null): String

URL for highscores with filters.

Link copied to clipboard
fun housesSectionUrl(world: String, town: String, type: HouseType? = null, status: HouseStatus? = null, order: HouseOrder? = null): String

URL for the Houses section with filters.

Link copied to clipboard
fun houseUrl(world: String, houseId: Int): String

URL for a specific house.

Link copied to clipboard

URL for a world's kill statistics.

Link copied to clipboard
fun leaderboardsUrl(world: String, rotation: Int? = null, page: Int = 1): String

URL for a world's Leaderboards.

Link copied to clipboard

URL for a world's guild list.

Link copied to clipboard

URL for the World Overview section.

Link copied to clipboard
fun worldUrl(name: String): String

URL for a specific world.