I have a player $p and a entity pig $e. How can I now set the pigs yaw and pitch in $p's direction? It would be great to handle it per packet for each player. I only know how to change the yaw and pitch using this: PHP: $e->setMovement($x, $y, $z, $yaw, $pitch, $headYaw);