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