|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\recipe\PotionTypeRecipe:Public Member Functions | |
| __construct (private int $inputItemId, private int $inputItemMeta, private int $ingredientItemId, private int $ingredientItemMeta, private int $outputItemId, private int $outputItemMeta) | |
| getIngredientItemId () | |
| getIngredientItemMeta () | |
| getInputItemId () | |
| getInputItemMeta () | |
| getOutputItemId () | |
| getOutputItemMeta () | |
Definition at line 17 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/PotionTypeRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\PotionTypeRecipe::__construct | ( | private int | $inputItemId, |
| private int | $inputItemMeta, | ||
| private int | $ingredientItemId, | ||
| private int | $ingredientItemMeta, | ||
| private int | $outputItemId, | ||
| private int | $outputItemMeta ) |
Definition at line 18 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/PotionTypeRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\PotionTypeRecipe::getIngredientItemId | ( | ) |
Definition at line 35 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/PotionTypeRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\PotionTypeRecipe::getIngredientItemMeta | ( | ) |
Definition at line 39 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/PotionTypeRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\PotionTypeRecipe::getInputItemId | ( | ) |
Definition at line 27 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/PotionTypeRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\PotionTypeRecipe::getInputItemMeta | ( | ) |
Definition at line 31 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/PotionTypeRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\PotionTypeRecipe::getOutputItemId | ( | ) |
Definition at line 43 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/PotionTypeRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\PotionTypeRecipe::getOutputItemMeta | ( | ) |
Definition at line 47 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/PotionTypeRecipe.php.