meta = $meta; } public function getName(){ return "Acacia Wood Stairs"; } public function getDrops(Item $item){ return [ [$this->id, 0, 1], ]; } }