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