showRecipes

fun Player.showRecipes(item: ItemStack): Boolean

Tries to open the recipe explorer for the recipes of item, and returns whether the attempt was successful, i.e. if there were any recipes for the item.


fun Player.showRecipes(id: String): Boolean

Tries to open the recipe explorer for the recipes for id, and returns whether the attempt was successful, i.e. if there were any recipes for the item.