ShapelessRecipe

public void ShapelessRecipe(ItemStack result)

Create getClassById shapeless 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

ShapelessRecipe