getHarvestLevel())); } public function getDropsForCompatibleTool(Item $item) : array{ return [ VanillaItems::SNOWBALL()->setCount(4) ]; } public function isAffectedBySilkTouch() : bool{ return true; } }