35    public function __construct(
 
   42        parent::__construct($brewingStand->getBlock());
 
   46        return $this->brewingStand;
 
   56    public function getInput() : 
Item{
 
   57        return clone $this->input;
 
   60    public function getResult() : Item{
 
   61        return clone $this->result;
 
   64    public function setResult(Item $result) : void{
 
   65        $this->result = clone $result;
 
   68    public function getRecipe() : BrewingRecipe{