Package-level declarations

Types

Link copied to clipboard
@Serializable
data class GW2v1Build(val buildId: GW2BuildId)

Information about the current game build.

Link copied to clipboard
@Serializable
data class GW2v1Colors(val colors: Map<GW2ColorId, GW2v1Colors.Color>)

Information about the available dye colors.

Link copied to clipboard
@Serializable
data class GW2v1Continents(val continents: Map<GW2ContinentId, GW2v1Continents.Continent>)

Information about continents.

Link copied to clipboard
@Serializable
data class GW2v1EventDetails(val events: Map<GW2EventId, GW2v1EventDetails.EventDetails>)

Information about events.

Link copied to clipboard
@Serializable
data class GW2v1File(val fileId: Int, val signature: String)

Information about an in-game asset.

Link copied to clipboard
@Serializable
data class GW2v1GuildDetails(val guildId: GW2GuildId, val guildName: String, val tag: String, val emblem: GW2v1GuildDetails.Emblem)

Information about events.

Link copied to clipboard

Information about an item.

Link copied to clipboard
@Serializable
data class GW2v1ItemIds(val items: List<GW2ItemId>)

Information about the available items.

Link copied to clipboard
@Serializable
data class GW2v1MapFloor(val textureDims: List<Int>, val clampedView: List<List<Int>>? = null, val regions: Map<GW2RegionId, GW2v1MapFloor.Region>)

Information about a map floor.

Link copied to clipboard
@Serializable
data class GW2v1MapName(val id: GW2MapId, val name: String)

Information about a map.

Link copied to clipboard
@Serializable
data class GW2v1Maps(val maps: Map<GW2MapId, GW2v1Maps.GameMap>)

Information about maps.

Link copied to clipboard
@Serializable
data class GW2v1ObjectiveName(val id: GW2WvwObjectiveId, val name: String)

Information about a WvW objective.

Link copied to clipboard
@Serializable
data class GW2v1RecipeDetails(val recipeId: GW2RecipeId, val type: String, val outputItemId: GW2ItemId, val outputItemCount: Int, val craftTimeMillis: Int, val disciplines: List<String>, val minRating: Int, val flags: List<String>, val ingredients: List<GW2v1RecipeDetails.Ingredient>)

Information about a crafting recipe.

Link copied to clipboard
@Serializable
data class GW2v1RecipeIds(val recipes: List<GW2RecipeId>)

Information about the available recipes.

Link copied to clipboard

Information about a skin.

Link copied to clipboard
@Serializable
data class GW2v1SkinIds(val skins: List<GW2SkinId>)

Information about the available skins.

Link copied to clipboard
@Serializable
data class GW2v1WorldName(val id: GW2WorldId, val name: String)

Information about an available world (or server).

Link copied to clipboard
@Serializable
data class GW2v1WvwMatchDetails(val matchId: GW2WvwMatchId, val scores: List<Int>, val maps: List<GW2v1WvwMatchDetails.GameMap>)

Information about a WvW match.

Link copied to clipboard
@Serializable
data class GW2v1WvwMatches(val wvwMatches: List<GW2v1WvwMatches.WvwMatch>)

Information about WvW matches.