VanillaSearch

Functions

Link copied to clipboard
fun search(world: World, view: CraftView): Recipe?

if a recipe found with provided input, returns that. but, there is no recipe to find with provided inputs, returns null.

fun search(world: World, mapped: Map<CoordinateComponent, ItemStack>): Recipe?

If a recipe found with provided input, returns that. But, there is no recipe to find with provided inputs, returns null.