knugi

Untitled

Apr 16th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Map<Player, Player> mapPlayer = new HashMap<Player, Player>();
  2.  
  3. public void getPlayer2(Player p){
  4. for(Entry<Player, Player> p2 : mapPlayer.entrySet()){
  5. p.sendMessage(p2.getValue()+"");
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment