Class BLMGauge
In-memory BLM job gauge.
Assembly: Dalamud.dll
View Source
Declaration
public class BLMGauge : JobGaugeBase<BlackMageGauge>
Inheritance: System.Object
-> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase -> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase<T>
Properties
EnochianTimer
Gets the time remaining for the Enochian time in milliseconds.
View Source
Declaration
public short EnochianTimer { get; }
ElementTimeRemaining
Gets the time remaining for Astral Fire or Umbral Ice in milliseconds.
View Source
Declaration
public short ElementTimeRemaining { get; }
PolyglotStacks
Gets the number of Polyglot stacks remaining.
View Source
Declaration
public byte PolyglotStacks { get; }
UmbralHearts
Gets the number of Umbral Hearts remaining.
View Source
Declaration
public byte UmbralHearts { get; }
UmbralIceStacks
Gets the amount of Umbral Ice stacks.
View Source
Declaration
public byte UmbralIceStacks { get; }
AstralFireStacks
Gets the amount of Astral Fire stacks.
View Source
Declaration
public byte AstralFireStacks { get; }
AstralSoulStacks
Gets the amount of Astral Soul stacks.
View Source
Declaration
public int AstralSoulStacks { get; }
InUmbralIce
Gets a value indicating whether or not the player is in Umbral Ice.
View Source
Declaration
public bool InUmbralIce { get; }
InAstralFire
Gets a value indicating whether or not the player is in Astral fire.
View Source
Declaration
public bool InAstralFire { get; }
IsEnochianActive
Gets a value indicating whether or not Enochian is active.
View Source
Declaration
public bool IsEnochianActive { get; }
IsParadoxActive
Gets a value indicating whether Paradox is active.
View Source
Declaration
public bool IsParadoxActive { get; }