Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. public void example()
  2. {
  3. getOfflinePlayer("Hans", new Callback<PlayerWhereAmI>() {
  4. @Override
  5. public void call(PlayerWhereAmI value)
  6. {
  7.  
  8. System.out.println(value.getUniqueId());
  9.  
  10. }
  11. });
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement