PocketMine-MP 5.23.3 git-4a4572131f27ab967701ceaaf2020cfbe26e375c
|
Public Member Functions | |
__construct (private string $tagName) | |
__toString () | |
accepts (Item $item) | |
getTagName () | |
Recipe ingredient that matches items whose ID falls within a specific set. This is used for magic meta value wildcards and also for ingredients which use item tags (since tags implicitly rely on ID only).
Definition at line 36 of file TagWildcardRecipeIngredient.php.
pocketmine\crafting\TagWildcardRecipeIngredient::__construct | ( | private string | $tagName | ) |
Definition at line 38 of file TagWildcardRecipeIngredient.php.
pocketmine\crafting\TagWildcardRecipeIngredient::__toString | ( | ) |
Definition at line 52 of file TagWildcardRecipeIngredient.php.
pocketmine\crafting\TagWildcardRecipeIngredient::accepts | ( | Item | $item | ) |
Implements pocketmine\crafting\RecipeIngredient.
Definition at line 44 of file TagWildcardRecipeIngredient.php.
pocketmine\crafting\TagWildcardRecipeIngredient::getTagName | ( | ) |
Definition at line 42 of file TagWildcardRecipeIngredient.php.