Table of Contents

Class MountsClient

Namespace
GuildWars2.Hero.Equipment.Mounts
Assembly
GW2SDK.dll

Provides query methods for mounts and mounts unlocked on the account.

public sealed class MountsClient
Inheritance
MountsClient
Inherited Members

Constructors

MountsClient(HttpClient)

Initializes a new instance of the MountsClient class.

Methods

GetMountByName(Extensible<MountName>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a mount by its name.

GetMountNames(CancellationToken)

Retrieves the names of all mounts.

GetMountSkinById(int, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a mount skin by its ID.

GetMountSkins(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all mount skins.

GetMountSkinsByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves mount skins by their IDs.

GetMountSkinsByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a page of mount skins.

GetMountSkinsIndex(CancellationToken)

Retrieves the IDs of all mount skins.

GetMounts(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all mounts.

GetMountsByNames(IEnumerable<Extensible<MountName>>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves mounts by their names.

GetMountsByNames(IEnumerable<MountName>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves mounts by their names.

GetMountsByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a page of mounts.

GetUnlockedMountSkins(string?, CancellationToken)

Retrieves the IDs of mount skins unlocked on the account associated with the access token. This endpoint is only accessible with a valid access token.

GetUnlockedMounts(string?, CancellationToken)

Retrieves the IDs of mounts unlocked on the account associated with the access token. This endpoint is only accessible with a valid access token.