class XIVAPI::Dataclasses::Gear

Overview

Dataclass for details about a piece of Gear in FFXIV. This is an abstract level class about the item itself, unrelated to any Character's owned copies of the item.

Included Modules

Defined in:

dataclasses/character/gear.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def class_job_category : IDName #

[View source]
def equip_level : UInt64 #

[View source]
def icon : String #

[View source]
def id : UInt64 #

[View source]
def item_level : UInt64 #

[View source]
def name : String #

[View source]
def rarity : UInt64 #

[View source]
def ui_category : IDName #

[View source]