mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
[FEATURE] Added getLongId
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user