Skip to main content
Version: 15.x (API 15) [Current]

Interface IAetheryteList

This collection represents the list of available Aetherytes in the Teleport window.

Assembly: Dalamud.dll​
Declaration
public interface IAetheryteList : IDalamudService, IReadOnlyCollection<IAetheryteEntry>, IEnumerable<IAetheryteEntry>, IEnumerable

Properties​

Length​

Gets the amount of Aetherytes the local player has unlocked.

Declaration
int Length { get; }

this[int]​

Gets a Aetheryte Entry at the specified index.

Declaration
IAetheryteEntry? this[int index] { get; }