|
PocketMine-MP 5.37.4 git-07e225b0bd0d389de8a3d035fbd0ae8730a06053
|
Inheritance diagram for pocketmine\crafting\ExactRecipeIngredient:
Collaboration diagram for pocketmine\crafting\ExactRecipeIngredient:Public Member Functions | |
| __construct (private Item $item) | |
| __toString () | |
| accepts (Item $item) | |
| getItem () | |
Recipe ingredient that matches exactly one item, without wildcards. Note that recipe inputs cannot require NBT.
Definition at line 32 of file ExactRecipeIngredient.php.
| pocketmine\crafting\ExactRecipeIngredient::__construct | ( | private Item | $item | ) |
Definition at line 34 of file ExactRecipeIngredient.php.
| pocketmine\crafting\ExactRecipeIngredient::__toString | ( | ) |
Definition at line 53 of file ExactRecipeIngredient.php.
| pocketmine\crafting\ExactRecipeIngredient::accepts | ( | Item | $item | ) |
Implements pocketmine\crafting\RecipeIngredient.
Definition at line 46 of file ExactRecipeIngredient.php.
| pocketmine\crafting\ExactRecipeIngredient::getItem | ( | ) |
Definition at line 44 of file ExactRecipeIngredient.php.