class Rosegold::Clientbound::EntityEquipment
Defined in:
rosegold/packets/clientbound/entity_equipment.cr
Constructors
Class Method Summary
Instance Method Summary
Constructor Detail
def self.
new(entity_id :
Int32)
#
Class Method Detail
Instance Method Detail
def
boots=(boots :
Slot | Nil)
#
def
chestplate :
Slot | Nil
#
def
chestplate=(chestplate :
Slot | Nil)
#
def
entity_id=(entity_id :
Int32)
#
def
helmet :
Slot | Nil
#
def
helmet=(helmet :
Slot | Nil)
#
def
leggings :
Slot | Nil
#
def
leggings=(leggings :
Slot | Nil)
#
def
main_hand :
Slot | Nil
#
def
main_hand=(main_hand :
Slot | Nil)
#
def
off_hand :
Slot | Nil
#
def
off_hand=(off_hand :
Slot | Nil)
#