Guest User

Untitled

a guest
Jan 16th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. Ordering.natural().onResultOf(new Function<EntityPlayer, Integer>() {
  2.  
  3.             @Nullable
  4.             @Override
  5.             public Integer apply(@Nullable EntityPlayer input) {
  6.                 return IEEP.get(player).getMoney();
  7.             }
  8.         }).max(MinecraftServer.getServer().getConfigurationManager().getPlayerList());
Add Comment
Please, Sign In to add comment