PocketMine-MP 5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
|
Public Member Functions | |
__construct (array $ingredients, array $results, ShapelessRecipeType $type) | |
getIngredientCount () | |
getIngredientList () | |
getResults () | |
getResultsFor (CraftingGrid $grid) | |
getType () | |
matchesCraftingGrid (CraftingGrid $grid) | |
Definition at line 30 of file src/crafting/ShapelessRecipe.php.
pocketmine\crafting\ShapelessRecipe::__construct | ( | array | $ingredients, |
array | $results, | ||
ShapelessRecipeType | $type ) |
RecipeIngredient[] | $ingredients | No more than 9 total. This applies to sum of item stack counts, not count of array. |
Item[] | $results | List of result items created by this recipe. |
Definition at line 41 of file src/crafting/ShapelessRecipe.php.
pocketmine\crafting\ShapelessRecipe::getIngredientCount | ( | ) |
Definition at line 73 of file src/crafting/ShapelessRecipe.php.
pocketmine\crafting\ShapelessRecipe::getIngredientList | ( | ) |
Implements pocketmine\crafting\CraftingRecipe.
Definition at line 69 of file src/crafting/ShapelessRecipe.php.
pocketmine\crafting\ShapelessRecipe::getResults | ( | ) |
Definition at line 54 of file src/crafting/ShapelessRecipe.php.
pocketmine\crafting\ShapelessRecipe::getResultsFor | ( | CraftingGrid | $grid | ) |
Returns a list of results this recipe will produce when the inputs in the given crafting grid are consumed.
Implements pocketmine\crafting\CraftingRecipe.
Definition at line 58 of file src/crafting/ShapelessRecipe.php.
pocketmine\crafting\ShapelessRecipe::getType | ( | ) |
Definition at line 62 of file src/crafting/ShapelessRecipe.php.
pocketmine\crafting\ShapelessRecipe::matchesCraftingGrid | ( | CraftingGrid | $grid | ) |
Returns whether the given crafting grid meets the requirements to craft this recipe.
Implements pocketmine\crafting\CraftingRecipe.
Definition at line 77 of file src/crafting/ShapelessRecipe.php.