importorg.bukkit.event.player.PlayerTeleportEvent.TeleportCause;//导入依赖的package包/类finalvoidrepellExpOrb(finalPlayer player,finalExperienceOrb orb){finalLocation pLoc = player.getLocation();finalLocation oLoc = orb.getLocation();finalVector dir = oLoc.toVector().subtract(pLoc.toVector());final...