pocketmine\block\LitRedstoneLamp::getDrops PHP Method

getDrops() public method

public getDrops ( Item $item )
$item pocketmine\item\Item
    public function getDrops(Item $item)
    {
        $drops = [];
        $drops[] = [Item::REDSTONE_LAMP, 0, 1];
        return $drops;
    }