S04PacketEntityEquipment
getItemStack(): ItemStack
getItemStack(): ItemStackReturns 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(): intRetrieves 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(): intReturns 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