*
*/
@EventHandler
public void NPCCompleteDestination (NavigationCompleteEvent event) {
if (event.getNPC() == npc && pushed) {
EntityLiving handle = ((CraftLivingEntity) npc.getBukkitEntity()).getHandle();
handle.yaw = returnLocation.getYaw();
handle.pitch = returnLocation.getPitch();
// !--- START NMS OBFUSCATED
handle.az = handle.yaw; // The head's yaw
// !--- END NMS OBFUSCATED