Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Collections.sort(this.toUpdate, (coords1, coords2) ->
- ComparisonChain.start().compare(
- getClosestPlayerDistance(coords1, players),
- getClosestPlayerDistance(coords2, players)
- ).result());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement