Exemplo n.º 1
0
 public function place(Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null)
 {
     $this->downSideId = $this->getSide(0)->getId();
     return parent::place($item, $block, $target, $face, $fx, $fy, $fz, $player);
 }