class XIVAPI::Dataclasses::CharacterGear

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

Defined in:

dataclasses/character/character_gear.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def creator : UInt64 | Nil #

[View source]
def dye : IDIconName | Nil #

[View source]
def glamour : IDIconName | Nil #

[View source]
def item : Gear #

[View source]
def materia : Array(IDIconNameUrl) #

[View source]