__construct() публичный Метод

public __construct ( Player $who, Block $blockClicked, integer $blockFace, Item $bucket, Item $itemInHand )
$who pocketmine\Player
$blockClicked pocketmine\block\Block
$blockFace integer
$bucket pocketmine\item\Item
$itemInHand pocketmine\item\Item
 public function __construct(Player $who, Block $blockClicked, $blockFace, Item $bucket, Item $itemInHand)
 {
     parent::__construct($who, $blockClicked, $blockFace, $bucket, $itemInHand);
 }