[FEATURE] Added getLongId

This commit is contained in:
Emma Stone
2017-02-01 19:23:45 +00:00
parent f98b1e1258
commit e6b1767f3c
27 changed files with 161 additions and 180 deletions
@@ -12,7 +12,7 @@ import java.awt.*;
public class DPlayers extends AbstractDebugger {
@Override
public void toggle() {
for (Player player : Players.getNearest()){
for (Player player : Players.getNearest()) {
System.out.println("Username: " + player.getName() + " Index: " + player.getIndex() + " Distance: " + player.distanceTo() + " Location: " + player.getLocation().toString());
}
}