Class BLMGauge
In-memory BLM job gauge.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Game.ClientState.JobGauge.Types
Assembly: Dalamud.dll
Syntax
public class BLMGauge : JobGaugeBase<BlackMageGauge>
Properties
| Improve this Doc View SourceAstralFireStacks
Gets the amount of Astral Fire stacks.
Declaration
public byte AstralFireStacks { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
ElementTimeRemaining
Gets the time remaining for Astral Fire or Umbral Ice in milliseconds.
Declaration
public short ElementTimeRemaining { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |
EnochianTimer
Gets the time remaining for the Enochian time in milliseconds.
Declaration
public short EnochianTimer { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |
InAstralFire
Gets a value indicating whether or not the player is in Astral fire.
Declaration
public bool InAstralFire { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
InUmbralIce
Gets a value indicating whether or not the player is in Umbral Ice.
Declaration
public bool InUmbralIce { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
IsEnochianActive
Gets a value indicating whether or not Enochian is active.
Declaration
public bool IsEnochianActive { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
IsParadoxActive
Gets a value indicating whether Paradox is active.
Declaration
public bool IsParadoxActive { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
PolyglotStacks
Gets the number of Polyglot stacks remaining.
Declaration
public byte PolyglotStacks { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
UmbralHearts
Gets the number of Umbral Hearts remaining.
Declaration
public byte UmbralHearts { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
UmbralIceStacks
Gets the amount of Umbral Ice stacks.
Declaration
public byte UmbralIceStacks { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |