24package com.dreamfirestudios.dreamcore.DreamInventory;
26import org.bukkit.inventory.ItemStack;
Logical locations for items when scanning entities or players.
record ItemRef(ItemLocation location, int slot, ItemStack stack)
Immutable reference to an item found during an inventory scan.