Skip to main content

Class JobFlagsExtensions

Extensions for the Dalamud.Game.Gui.PartyFinder.Types.JobFlags enum.

Assembly: Dalamud.dll
View Source
Declaration
public static class JobFlagsExtensions

Methods

ClassJob(JobFlags, IDataManager)

Get the actual ClassJob from the in-game sheets for this JobFlags.

View Source
Declaration
public static ClassJob? ClassJob(this JobFlags job, IDataManager data)
Returns

Lumina.Excel.GeneratedSheets.ClassJob: A ClassJob if found or null if not.

Parameters
TypeNameDescription
Dalamud.Game.Gui.PartyFinder.Types.JobFlagsjobA JobFlags enum member.
Dalamud.Plugin.Services.IDataManagerdataA DataManager to get the ClassJob from.