|
| __construct (Item $result, $height, $width) |
|
| getWidth () |
|
| getHeight () |
|
| getResult () |
|
| getId () |
|
| setId (UUID $id) |
|
| addIngredient ($x, $y, Item $item) |
|
| setIngredient ($key, Item $item) |
|
| getIngredientMap () |
|
| getIngredient ($x, $y) |
|
| getShape () |
|
| registerToCraftingManager () |
|
| __construct (Item $result, $height, $width) |
|
| getWidth () |
|
| getHeight () |
|
| getResult () |
|
| getId () |
|
| setId (UUID $id) |
|
| addIngredient ($x, $y, Item $item) |
|
| setIngredient ($key, Item $item) |
|
| getIngredientMap () |
|
| getIngredientList () |
|
| getIngredient ($x, $y) |
|
| getShape () |
|
| registerToCraftingManager () |
|
|
| fixRecipe ($key, $item) |
|
| fixRecipe ($key, $item) |
|
__construct |
( |
Item |
$result, |
|
|
|
$height, |
|
|
|
$width |
|
) |
| |
- Parameters
-
Item | $result | |
int | $height | |
int | $width | |
- Exceptions
-
- Returns
- UUID
Implements Recipe.
- Parameters
-
- Returns
- null|Item
setIngredient |
( |
|
$key, |
|
|
Item |
$item |
|
) |
| |
- Parameters
-
- Returns
- $this
- Exceptions
-
The documentation for this class was generated from the following file:
- src/pocketmine/inventory/ShapedRecipeFromJson.php