color = $color; } public function getColor() : DyeColor{ return $this->color; } public function getBlock() : Block{ return VanillaBlocks::BED(); } public function getMaxStackSize() : int{ return 1; } }