|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Inheritance diagram for pocketmine\network\mcpe\protocol\types\recipe\ShapelessRecipe:
Collaboration diagram for pocketmine\network\mcpe\protocol\types\recipe\ShapelessRecipe:Public Member Functions | |
| __construct (int $typeId, private string $recipeId, private array $inputs, private array $outputs, private UuidInterface $uuid, private string $blockName, private int $priority, private RecipeUnlockingRequirement $unlockingRequirement, private int $recipeNetId) | |
| encode (ByteBufferWriter $out) | |
| getBlockName () | |
| getInputs () | |
| getOutputs () | |
| getPriority () | |
| getRecipeId () | |
| getRecipeNetId () | |
| getTypeId () | |
| getUnlockingRequirement () | |
| getUuid () | |
Static Public Member Functions | |
| static | decode (int $recipeType, ByteBufferReader $in) |
Definition at line 25 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/ShapelessRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\ShapelessRecipe::__construct | ( | int | $typeId, |
| private string | $recipeId, | ||
| private array | $inputs, | ||
| private array | $outputs, | ||
| private UuidInterface | $uuid, | ||
| private string | $blockName, | ||
| private int | $priority, | ||
| private RecipeUnlockingRequirement | $unlockingRequirement, | ||
| private int | $recipeNetId ) |
| RecipeIngredient[] | $inputs | |
| ItemStack[] | $outputs | @phpstan-param list<RecipeIngredient> $inputs @phpstan-param list<ItemStack> $outputs |
Definition at line 32 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/ShapelessRecipe.php.
|
static |
Definition at line 84 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/ShapelessRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\ShapelessRecipe::encode | ( | ByteBufferWriter | $out | ) |
Reimplemented from pocketmine\network\mcpe\protocol\types\recipe\RecipeWithTypeId.
Definition at line 104 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/ShapelessRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\ShapelessRecipe::getBlockName | ( | ) |
Definition at line 70 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/ShapelessRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\ShapelessRecipe::getInputs | ( | ) |
Definition at line 54 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/ShapelessRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\ShapelessRecipe::getOutputs | ( | ) |
Definition at line 62 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/ShapelessRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\ShapelessRecipe::getPriority | ( | ) |
Definition at line 74 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/ShapelessRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\ShapelessRecipe::getRecipeId | ( | ) |
Definition at line 46 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/ShapelessRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\ShapelessRecipe::getRecipeNetId | ( | ) |
Definition at line 80 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/ShapelessRecipe.php.
|
finalinherited |
Definition at line 24 of file RecipeWithTypeId.php.
| pocketmine\network\mcpe\protocol\types\recipe\ShapelessRecipe::getUnlockingRequirement | ( | ) |
Definition at line 78 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/ShapelessRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\ShapelessRecipe::getUuid | ( | ) |
Definition at line 66 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/ShapelessRecipe.php.