skullType = $skullType; } public function getBlock() : Block{ return VanillaBlocks::MOB_HEAD(); } public function getSkullType() : SkullType{ return $this->skullType; } }