pocketmine\inventory\ShapelessRecipe::__construct PHP Method

__construct() public method

public __construct ( Item $result )
$result pocketmine\item\Item
    public function __construct(Item $result)
    {
        $this->output = clone $result;
    }