Example #1
0
 public function getDrops(Item $item, Player $player)
 {
     if ($item->isShovel() !== false) {
         return array(array(SNOWBALL, 0, 1));
     }
 }