Uses of Enum Class
gg.xp.xivdata.data.Job
Package
Description
-
Uses of Job in gg.xp.xivdata.data
Modifier and TypeMethodDescriptionstatic Job
Job.getById
(long id) static @Nullable Job
Job.getByIdOrNull
(long id) @Nullable Job
CdBuilder.getJob()
@Nullable Job
Cooldown.getJob()
@Nullable Job
CooldownDescriptorImpl.getJob()
DotBuff.getJob()
@Nullable Job
ExtendedCooldownDescriptor.getJob()
static Job
Returns the enum constant of this class with the specified name.static Job[]
Job.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
JobSelection.changeJobState
(Job job, boolean enabled) boolean
JobSelection.enabledForJob
(Job job) boolean
JobSelection.isJobAllowed
(Job job) JobSelection.stateForJob
(Job job) -
Uses of Job in gg.xp.xivsupport.custompartyoverlay
-
Uses of Job in gg.xp.xivsupport.events.actlines.events
Modifier and TypeMethodDescriptionJobGaugeUpdate.getJob()
RawJobGaugeEvent.getJob()
PlayerStats.job()
Returns the value of thejob
record component.ModifierConstructorDescriptionPlayerStats
(Job job, int strength, int dexterity, int vitality, int intelligence, int mind, int piety, int attackPower, int directHit, int criticalHit, int attackMagicPotency, int healMagicPotency, int determination, int skillSpeed, int spellSpeed, int tenacity) Creates an instance of aPlayerStats
record class.RawJobGaugeEvent
(XivCombatant target, Job job, byte[] out) -
Uses of Job in gg.xp.xivsupport.events.actlines.events.jobguage
-
Uses of Job in gg.xp.xivsupport.events.state
Modifier and TypeMethodDescriptionPlayerChangedJobEvent.getNewJob()
PlayerChangedJobEvent.getOldJob()
default @Nullable Job
XivState.getPlayerJob()
Modifier and TypeMethodDescriptionPartySortOrder.compare()
PartySortOrder.getSortWithinCategories()
Modifier and TypeMethodDescriptiondefault boolean
XivState.playerJobMatches
(Predicate<Job> condition) -
Uses of Job in gg.xp.xivsupport.events.triggers.util
Modifier and TypeMethodDescriptionprotected AmVerificationValues
CalloutVerificationTest.mark
(long when, MarkerSign marker, Job job) ModifierConstructorDescriptionAmVerificationValues
(long when, MarkerSign marker, Job targetJob, Event event) -
Uses of Job in gg.xp.xivsupport.gui.tables.renderers
Modifier and TypeMethodDescriptionJobRenderer.getListCellRendererComponent
(JList<? extends Job> list, Job value, int index, boolean isSelected, boolean cellHasFocus) Modifier and TypeMethodDescriptionJobRenderer.getListCellRendererComponent
(JList<? extends Job> list, Job value, int index, boolean isSelected, boolean cellHasFocus) -
Uses of Job in gg.xp.xivsupport.models
ModifierConstructorDescriptionXivPlayerCharacter
(long id, String name, Job job, XivWorld world, boolean isLocalPlayerCharacter, long typeRaw, HitPoints hp, ManaPoints mp, Position pos, long bNpcId, long bNpcNameId, long partyType, long level, long ownerId, long shieldAmount) XivPlayerCharacter
(long id, String name, Job job, XivWorld world, boolean isLocalPlayerCharacter, long typeRaw, HitPoints hp, ManaPoints mp, Position pos, long bNpcId, long bNpcNameId, long partyType, long level, long ownerId, long shieldAmount, short transformationId, short weaponId, float radius) -
Uses of Job in gg.xp.xivsupport.persistence.settings
Modifier and TypeMethodDescriptionJobSortSetting.getCurrentJailSort()
Deprecated.protected Comparator<Job>
JobSortOverrideSetting.getDefaultSort()
protected Comparator<Job>
JobSortSetting.getDefaultSort()
JobSortOverrideSetting.getJobOrder()
JobSortSetting.getJobOrder()
Modifier and TypeMethodDescriptionvoid
JobSortSetting.setJailSort
(List<Job> newSort) Deprecated.void
JobSortSetting.setJobOrder
(List<Job> newSort) Set a new job ordervoid
JobSortSetting.setJobOrderPartial
(List<Job> partial) LikeJobSortSetting.setJobOrder(List)
, but does not require you to have every single combat job in your list.void
JobSortSetting.validateJobSortOrder
(List<Job> newSort) -
Uses of Job in gg.xp.xivsupport.timelines
Modifier and TypeMethodDescriptionboolean
CustomTimelineEntry.enabledForJob
(Job job) default boolean
TimelineEntry.enabledForJob
(Job job) Whether the entry is enabled for a certain jobboolean
TranslatedTextFileEntry.enabledForJob
(Job job) static TimelineProcessor
TimelineProcessor.of
(TimelineManager manager, InputStream file, List<? extends TimelineEntry> extra, Job playerJob, LanguageReplacements replacements)