meta = $meta; } public function getName() : string{ return "Sea Lantern"; } public function getHardness() : float{ return 0.3; } public function getLightLevel() : int{ return 15; } public function getDropsForCompatibleTool(Item $item) : array{ return [ ItemFactory::get(Item::PRISMARINE_CRYSTALS, 0, 3) ]; } }