Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Ordering.natural().onResultOf(new Function<EntityPlayer, Integer>() {
- @Nullable
- @Override
- public Integer apply(@Nullable EntityPlayer input) {
- return IEEP.get(player).getMoney();
- }
- }).max(MinecraftServer.getServer().getConfigurationManager().getPlayerList());
Add Comment
Please, Sign In to add comment