class XIVAPI::Dataclasses::Gear
- XIVAPI::Dataclasses::Gear
- Reference
- Object
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.
Defined in:
dataclasses/character/gear.crConstructors
Instance Method Summary
-
#class_job_category : XIVAPI::Dataclasses::IDName
An
IDName
class representing the class or job that is required for the Gear. - #class_job_category=(_class_job_category : IDName)
-
#equip_level : UInt64
The minimum level that is required to equip the Gear.
- #equip_level=(_equip_level : UInt64)
-
#icon : String
A URL to the icon for the Gear.
- #icon=(_icon : String)
-
#id : UInt64
The Lodestone ID of the Gear.
- #id=(_id : UInt64)
-
#item_level : UInt64
The item level (IL) for the Gear.
- #item_level=(_item_level : UInt64)
-
#name : String
The name of the Gear.
- #name=(_name : String)
-
#rarity : UInt64
The rarity value of the Gear
- #rarity=(_rarity : UInt64)
- #to_json(json : JSON::Builder)
-
#ui_category : XIVAPI::Dataclasses::IDName
An
IDName
class representing the UI Category for the Gear. - #ui_category=(_ui_category : IDName)
Constructor Detail
Instance Method Detail
def class_job_category : XIVAPI::Dataclasses::IDName
#
An IDName
class representing the class or job that is required for the Gear.
def ui_category : XIVAPI::Dataclasses::IDName
#
An IDName
class representing the UI Category for the Gear.
The UI Category represents what type of Gear the item is, i.e. Body for a piece of body armour.