PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
|
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.