class XIVAPI::Dataclasses::Equipment
- XIVAPI::Dataclasses::Equipment
- Reference
- Object
Overview
Dataclass that maps an CharacterGear class to each possible equipment slot for a Character.
Defined in:
dataclasses/character/equipment.crConstructors
Instance Method Summary
-
#body : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the body slot. - #body=(_body : ::Union(CharacterGear, Nil))
-
#bracelets : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the bracelets slot. - #bracelets=(_bracelets : ::Union(CharacterGear, Nil))
-
#earrings : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the earrings slot. - #earrings=(_earrings : ::Union(CharacterGear, Nil))
-
#feet : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the feet slot. - #feet=(_feet : ::Union(CharacterGear, Nil))
-
#hands : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the hands slot. - #hands=(_hands : ::Union(CharacterGear, Nil))
-
#head : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the head slot. - #head=(_head : ::Union(CharacterGear, Nil))
-
#legs : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the legs slot. - #legs=(_legs : ::Union(CharacterGear, Nil))
-
#main_hand : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the main hand slot. - #main_hand=(_main_hand : ::Union(CharacterGear, Nil))
-
#necklace : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the necklace slot. - #necklace=(_necklace : ::Union(CharacterGear, Nil))
-
#off_hand : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the off hand slot. - #off_hand=(_off_hand : ::Union(CharacterGear, Nil))
-
#ring1 : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the ring1 slot. - #ring1=(_ring1 : ::Union(CharacterGear, Nil))
-
#ring2 : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the ring2 slot. - #ring2=(_ring2 : ::Union(CharacterGear, Nil))
-
#soul_crystal : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the soul crystal slot. - #soul_crystal=(_soul_crystal : ::Union(CharacterGear, Nil))
- #to_json(json : JSON::Builder)
-
#waist : XIVAPI::Dataclasses::CharacterGear?
The
CharacterGearthat is currently equipped in the waist slot. - #waist=(_waist : ::Union(CharacterGear, Nil))
Constructor Detail
Instance Method Detail
The CharacterGear that is currently equipped in the body slot.
The CharacterGear that is currently equipped in the bracelets slot.
The CharacterGear that is currently equipped in the earrings slot.
The CharacterGear that is currently equipped in the feet slot.
The CharacterGear that is currently equipped in the hands slot.
The CharacterGear that is currently equipped in the head slot.
The CharacterGear that is currently equipped in the legs slot.
The CharacterGear that is currently equipped in the main hand slot.
The CharacterGear that is currently equipped in the necklace slot.
The CharacterGear that is currently equipped in the off hand slot.
The CharacterGear that is currently equipped in the ring1 slot.
The CharacterGear that is currently equipped in the ring2 slot.
The CharacterGear that is currently equipped in the soul crystal slot.
The CharacterGear that is currently equipped in the waist slot.