Class MNKGauge
In-memory MNK job gauge.
Assembly: Dalamud.dll
View Source
Declaration
public class MNKGauge : JobGaugeBase<MonkGauge>
Inheritance: System.Object
-> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase -> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase<T>
Properties
Chakra
Gets the amount of Chakra available.
View Source
Declaration
public byte Chakra { get; }
BeastChakra
Gets the types of Beast Chakra available.
View Source
Declaration
public BeastChakra[] BeastChakra { get; }
Nadi
Gets the types of Nadi available.
View Source
Declaration
public Nadi Nadi { get; }
OpoOpoFury
Gets the amount of available Opo-opo Fury stacks.
View Source
Declaration
public int OpoOpoFury { get; }
RaptorFury
Gets the amount of available Raptor Fury stacks.
View Source
Declaration
public int RaptorFury { get; }
CoeurlFury
Gets the amount of available Coeurl Fury stacks.
View Source
Declaration
public int CoeurlFury { get; }
BlitzTimeRemaining
Gets the time remaining that Blitz is active.
View Source
Declaration
public ushort BlitzTimeRemaining { get; }