24package com.dreamfirestudios.dreamcore.DreamInventory;
Logical locations for items when scanning entities or players.
CONTAINER
Future expansion: container slots (e.g., chest, barrel).
BROKEN_ITEM
Logical marker for broken items (helper classification).
ENTITY_INVENTORY
Any backpack/hotbar slot.
ENTITY_OFF_HAND
Entity’s off hand (slot = DreamInventory.SLOT_OFF_HAND).
ENTITY_ARMOR
Any armor slot (see slot index for which).
ENTITY_MAIN_HAND
Entity’s main hand (slot = DreamInventory.SLOT_MAIN_HAND).