Method | Description | |
---|---|---|
__construct ( |
||
addIngredient ( $x, $y, |
||
getHeight ( ) | ||
getId ( ) | ||
getIngredient ( $x, $y ) : null | |
||
getIngredientMap ( ) : |
||
getResult ( ) | ||
getShape ( ) : string[] | ||
getWidth ( ) | ||
registerToCraftingManager ( ) | ||
setId ( |
||
setIngredient ( string $key, |
Method | Description | |
---|---|---|
fixRecipe ( $key, $item ) |
public __construct ( |
||
$result | ||
$height | integer | |
$width | integer |
public addIngredient ( $x, $y, |
||
$item |
public getIngredient ( $x, $y ) : null | |
||
$x | ||
$y | ||
return | null | |
public getIngredientMap ( ) : |
||
return |
public setIngredient ( string $key, |
||
$key | string | |
$item |