ShapedRecipe

public void ShapedRecipe(ItemStack result)

Create getClassById shaped recipe to craft the specified ItemStack. The constructor merely determines the result and type; to set the actual recipe, you'll need to call the appropriate methods.

Parameters

result

The item you want the recipe to create.

See also