meta = $meta; } public function getName(){ return "Sea Lantern"; } public function getHardness(){ return 0.3; } public function getLightLevel(){ return 15; } public function getDrops(Item $item){ return [ [Item::PRISMARINE_CRYSTALS, 0, 3], ]; } }