place() public méthode

public place ( Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null )
$item pocketmine\item\Item
$block Block
$target Block
$player pocketmine\Player
 public function place(Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null)
 {
     parent::place($item, $block, $target, $face, $fx, $fy, $fz, $player);
     $this->getLevel()->addSound(new AnvilFallSound($this));
 }