skullType = $skullType; } public function getBlock() : Block{ return BlockFactory::get(Block::SKULL_BLOCK); } public function getSkullType() : SkullType{ return $this->skullType; } }