replaceQueries

Builds the mapping of crafting-grid slots to items that should be written back.

This function is called on the same thread that invoked supply, before the async dispatch. Avoid accessing Bukkit API or game state directly; use the provided ctx instead.

Entries whose coordinates are not present in io.github.sakaki_aruka.customcrafter.ui.CraftUIDesigner.Baked.craftSlots are recorded as ReplaceState.OUT_OF_SLOTS_AREA and skipped.

Return

A map of CoordinateComponent to the ItemStack to place in that slot

Since

5.0.21

Parameters

ctx

Context derived from the original ResultSupplier.Context