pocketmine\block\BirchDoor::getDrops PHP Method

getDrops() public method

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