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