enum Shatter::Packet::Play::Equipment::InSlot

Defined in:

shatter/packet/play/entity_packets.cr

Enum Members

MainHand = 0
OffHand = 1
Boots = 2
Leggings = 3
Chestplate = 4
Helmet = 5

Instance Method Summary

Instance methods inherited from struct Enum

to_json_object_key : String to_json_object_key

Instance Method Detail

def boots? #

[View source]
def chestplate? #

[View source]
def helmet? #

[View source]
def leggings? #

[View source]
def main_hand? #

[View source]
def off_hand? #

[View source]