block = BlockFactory::get(Block::BED_BLOCK); parent::__construct(self::BED, $meta, "Bed"); } public function getMaxStackSize() : int{ return 1; } }