class

XIVAPI::Dataclasses::CharacterGear

Inherits JSON::Serializable < Reference < Object

Dataclass for a piece of Gear owned by a Character. This class wraps the Gear class and adds extra, instanced details like dye, glamour and materia, as each character will have different copies of the same piece of Gear.

Constructors

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

Instance methods

creator

The ID of the Character that made the piece of equipment in question.

Source
dye

An IDIconName class containing details about the dye currently on the Gear.

Source
glamour

An IDIconName class containing information about the piece of Gear currently being used as a glamour for this piece of Gear.

Source
item

A GearItem class that contains the details about the item that is equipped.

Source
materia

An Array of IDIconName classs that corresponds to the list of Materia currently melded to the Equipped Gear.

Source