Interface IAetheryteList
This collection represents the list of available Aetherytes in the Teleport window.
Assembly: Dalamud.dll
View Source
Declaration
public interface IAetheryteList : IReadOnlyCollection<IAetheryteEntry>, IEnumerable<IAetheryteEntry>, IEnumerable
Properties
Length
Gets the amount of Aetherytes the local player has unlocked.
View Source
Declaration
int Length { get; }
this[int]
Gets a Aetheryte Entry at the specified index.
View Source
Declaration
IAetheryteEntry? this[int index] { get; }