class XIVAPI::Dataclasses::CharacterGear
- XIVAPI::Dataclasses::CharacterGear
- Reference
- Object
Overview
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
.
Included Modules
- JSON::Serializable
Defined in:
dataclasses/character/character_gear.crConstructors
Instance Method Summary
- #creator : UInt64 | Nil
- #dye : IDIconName | Nil
- #glamour : IDIconName | Nil
- #item : Gear
- #materia : Array(IDIconNameUrl)