| 
    PocketMine-MP 5.37.1 git-cef37e7835c666594588f957a47b27d521c6a58e
    
   | 
 
 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.