Item And Components
data class ItemAndComponents @JvmOverloads constructor(val item: Item, val componentsPatch: DataComponentPatch = DataComponentPatch.EMPTY) : TypedInstance<Item> , Record
Represents the "id" of ItemStack. ItemStacks with same Item and DataComponentPatch can be merged.