class

XIVAPI::Dataclasses::Equipment

Inherits JSON::Serializable < Reference < Object

Dataclass that maps an CharacterGear class to each possible equipment slot for a Character.

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

body

The CharacterGear that is currently equipped in the body slot.

Source
bracelets

The CharacterGear that is currently equipped in the bracelets slot.

Source
earrings

The CharacterGear that is currently equipped in the earrings slot.

Source
feet

The CharacterGear that is currently equipped in the feet slot.

Source
hands

The CharacterGear that is currently equipped in the hands slot.

Source
head

The CharacterGear that is currently equipped in the head slot.

Source
legs

The CharacterGear that is currently equipped in the legs slot.

Source
main_hand

The CharacterGear that is currently equipped in the main hand slot.

Source
necklace

The CharacterGear that is currently equipped in the necklace slot.

Source
off_hand

The CharacterGear that is currently equipped in the off hand slot.

Source
ring1

The CharacterGear that is currently equipped in the ring1 slot.

Source
ring2

The CharacterGear that is currently equipped in the ring2 slot.

Source
soul_crystal

The CharacterGear that is currently equipped in the soul crystal slot.

Source
waist

The CharacterGear that is currently equipped in the waist slot.

Source