S04PacketEntityEquipment
getItemStack():
ItemStack
getItemStack():
ItemStack
Returns an ItemStack
object representing the item in the entity's equipment slot. This method retrieves the item stack currently equipped by the entity.
getEntityID(): int
getEntityID(): int
Retrieves the entity ID associated with this equipment packet. The entity ID is an integer value uniquely identifying the entity in the game world.
getEquipmentSlot(): int
getEquipmentSlot(): int
Returns the equipment slot ID where the item is equipped. The equipment slot ID is an integer value indicating the specific slot where the item is placed.
Last updated