Improve javadoc in 26 files.
Addresses: BUKKIT-1643, BUKKIT-1868, BUKKIT-1846, BUKKIT-2632, BUKKIT-3196, BUKKIT-3187, BUKKIT-3198, BUKKIT-3200, BUKKIT-3201 and BUKKIT-3417.
This commit is contained in:
@@ -32,7 +32,9 @@ public class ShapedRecipe implements Recipe {
|
||||
|
||||
/**
|
||||
* Set the shape of this recipe to the specified rows. Each character represents a different
|
||||
* ingredient; exactly what each character represents is set separately.
|
||||
* ingredient; exactly what each character represents is set separately. The first row supplied
|
||||
* corresponds with the upper most part of the recipe on the workbench e.g. if all three
|
||||
* rows are supplies the first string represents the top row on the workbench.
|
||||
*
|
||||
* @param shape The rows of the recipe (up to 3 rows).
|
||||
* @return The changed recipe, so you can chain calls.
|
||||
|
||||
Reference in New Issue
Block a user