mrkirby153

Untitled

Nov 28th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. String villageName = entry.getKey();
  2. Location center2 = VillageConfig.getVillageCenter(villageName);
  3. Vector v1 = center.toVector();
  4. Vector v2 = center2.toVector();
  5. if(v1.distanceSquared(v2) < size) return false;
Advertisement
Add Comment
Please, Sign In to add comment