Uses of Enum Class
gg.xp.xivdata.data.Job
Packages that use Job
Package
Description
-
Uses of Job in gg.xp.xivdata.data
Fields in gg.xp.xivdata.data declared as JobFields in gg.xp.xivdata.data with type parameters of type JobMethods in gg.xp.xivdata.data that return JobModifier and TypeMethodDescriptionstatic JobJob.getById(long id) static @Nullable JobJob.getByIdOrNull(long id) @Nullable JobCdBuilder.getJob()@Nullable JobCooldown.getJob()@Nullable JobCooldownDescriptorImpl.getJob()DotBuff.getJob()@Nullable JobExtendedCooldownDescriptor.getJob()static JobReturns 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.Methods in gg.xp.xivdata.data that return types with arguments of type JobMethods in gg.xp.xivdata.data with parameters of type JobModifier and TypeMethodDescriptionvoidJobSelection.changeJobState(Job job, boolean enabled) booleanJobSelection.enabledForJob(Job job) booleanJobSelection.isJobAllowed(Job job) JobSelection.stateForJob(Job job) -
Uses of Job in gg.xp.xivsupport.custompartyoverlay
Methods in gg.xp.xivsupport.custompartyoverlay with parameters of type Job -
Uses of Job in gg.xp.xivsupport.events.actlines.events
Methods in gg.xp.xivsupport.events.actlines.events that return JobModifier and TypeMethodDescriptionJobGaugeUpdate.getJob()RawJobGaugeEvent.getJob()PlayerStats.job()Returns the value of thejobrecord component.Constructors in gg.xp.xivsupport.events.actlines.events with parameters of type JobModifierConstructorDescriptionPlayerStats(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 aPlayerStatsrecord class.RawJobGaugeEvent(XivCombatant target, Job job, byte[] out) -
Uses of Job in gg.xp.xivsupport.events.actlines.events.jobguage
Methods in gg.xp.xivsupport.events.actlines.events.jobguage that return Job -
Uses of Job in gg.xp.xivsupport.events.state
Methods in gg.xp.xivsupport.events.state that return JobModifier and TypeMethodDescriptionPlayerChangedJobEvent.getNewJob()PlayerChangedJobEvent.getOldJob()default @Nullable JobXivState.getPlayerJob()Methods in gg.xp.xivsupport.events.state that return types with arguments of type JobModifier and TypeMethodDescriptionPartySortOrder.compare()PartySortOrder.getSortWithinCategories()Methods in gg.xp.xivsupport.events.state with parameters of type JobMethod parameters in gg.xp.xivsupport.events.state with type arguments of type JobModifier and TypeMethodDescriptiondefault booleanXivState.playerJobMatches(Predicate<Job> condition) Constructors in gg.xp.xivsupport.events.state with parameters of type Job -
Uses of Job in gg.xp.xivsupport.events.triggers.util
Methods in gg.xp.xivsupport.events.triggers.util with parameters of type JobModifier and TypeMethodDescriptionprotected AmVerificationValuesCalloutVerificationTest.mark(long when, MarkerSign marker, Job job) Constructors in gg.xp.xivsupport.events.triggers.util with parameters of type JobModifierConstructorDescriptionAmVerificationValues(long when, MarkerSign marker, Job targetJob, Event event) -
Uses of Job in gg.xp.xivsupport.gui.tables.renderers
Methods in gg.xp.xivsupport.gui.tables.renderers with parameters of type JobModifier and TypeMethodDescriptionJobRenderer.getListCellRendererComponent(JList<? extends Job> list, Job value, int index, boolean isSelected, boolean cellHasFocus) Method parameters in gg.xp.xivsupport.gui.tables.renderers with type arguments of type JobModifier and TypeMethodDescriptionJobRenderer.getListCellRendererComponent(JList<? extends Job> list, Job value, int index, boolean isSelected, boolean cellHasFocus) -
Uses of Job in gg.xp.xivsupport.models
Methods in gg.xp.xivsupport.models that return JobConstructors in gg.xp.xivsupport.models with parameters of type JobModifierConstructorDescriptionXivPlayerCharacter(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
Methods in gg.xp.xivsupport.persistence.settings that return types with arguments of type JobModifier and TypeMethodDescriptionJobSortValidationException.getActual()JobSortSetting.getCurrentJailSort()Deprecated.protected Comparator<Job>JobSortOverrideSetting.getDefaultSort()protected Comparator<Job>JobSortSetting.getDefaultSort()JobSortValidationException.getExpected()JobSortOverrideSetting.getJobOrder()JobSortSetting.getJobOrder()Method parameters in gg.xp.xivsupport.persistence.settings with type arguments of type JobModifier and TypeMethodDescriptionvoidJobSortSetting.setJailSort(List<Job> newSort) Deprecated.voidJobSortSetting.setJobOrder(List<Job> newSort) Set a new job ordervoidJobSortSetting.setJobOrderPartial(List<Job> partial) LikeJobSortSetting.setJobOrder(List), but does not require you to have every single combat job in your list.voidJobSortSetting.validateJobSortOrder(List<Job> newSort) -
Uses of Job in gg.xp.xivsupport.timelines
Methods in gg.xp.xivsupport.timelines with parameters of type JobModifier and TypeMethodDescriptionbooleanCustomTimelineEntry.enabledForJob(Job job) default booleanTimelineEntry.enabledForJob(Job job) Whether the entry is enabled for a certain jobbooleanTranslatedTextFileEntry.enabledForJob(Job job) static TimelineProcessorTimelineProcessor.of(TimelineManager manager, InputStream file, List<? extends TimelineEntry> extra, Job playerJob, LanguageReplacements replacements)