class

XIVAPI::Dataclasses::ClassJob

Inherits JSON::Serializable < Reference < Object

Dataclass for a job with experience

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

cls

A Job class containing the details about the Class for this Class / Job.

Source
exp_level

The current amount of experience points the Character has in this Class / Job.

Source
exp_level_max

The total amount of experience points required to level up.

Source
exp_level_togo

The amount of experience points remaining for the Character to earn in order to level up.

Source
is_specialised

A flag stating whether or not the Class / Job is specialised. This is a flag for DoH/DoL classes, in which you can specialise in up to 3 classes.

Source
job

A Job class containing the details about the Job for this Class / Job.

Source
level

The Character's current level in this Class / Job.

Source