Package gg.xp.xivdata.data
Enum Class Job
- All Implemented Interfaces:
HasIconURL
,Serializable
,Comparable<Job>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
static Job
getById
(long id) static @Nullable Job
getByIdOrNull
(long id) int
getId()
boolean
isCaster()
boolean
boolean
boolean
boolean
isDps()
boolean
boolean
isHealer()
boolean
boolean
boolean
boolean
isTank()
boolean
static Job
Returns the enum constant of this class with the specified name.static Job[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ADV
-
GLA
-
PGL
-
MRD
-
LNC
-
ARC
-
CNJ
-
THM
-
CRP
-
BSM
-
ARM
-
GSM
-
LTW
-
WVR
-
ALC
-
CUL
-
MIN
-
BTN
-
FSH
-
PLD
-
MNK
-
WAR
-
DRG
-
BRD
-
WHM
-
BLM
-
ACN
-
SMN
-
SCH
-
ROG
-
NIN
-
MCH
-
DRK
-
AST
-
SAM
-
RDM
-
BLU
-
GNB
-
DNC
-
RPR
-
SGE
-
VPR
-
PCT
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
defaultPartySortOrder
public int defaultPartySortOrder() -
getById
-
getByIdOrNull
-
getIconUrl
- Specified by:
getIconUrl
in interfaceHasIconURL
-
getId
public int getId() -
getFriendlyName
-
isClassRatherThanJob
public boolean isClassRatherThanJob() -
isCombatJob
public boolean isCombatJob() -
isCrafter
public boolean isCrafter() -
isGatherer
public boolean isGatherer() -
isTank
public boolean isTank() -
isHealer
public boolean isHealer() -
isDps
public boolean isDps() -
isSupport
public boolean isSupport() -
isCaster
public boolean isCaster() -
isPranged
public boolean isPranged() -
isMeleeDps
public boolean isMeleeDps() -
getCategory
-
caresAboutInterrupt
public boolean caresAboutInterrupt() -
usesSwiftRez
public boolean usesSwiftRez()
-