command completion

This commit is contained in:
Sen 2025-03-17 18:21:41 +01:00
parent 0839beb98e
commit a8f6af2b37
11 changed files with 400 additions and 347 deletions

View file

@ -1855,4 +1855,9 @@ public class NetHandlerPlayClient extends NetHandler
{
return this.playerList.entrySet();
}
public Iterable<String> getPlayerNames()
{
return this.playerList.keySet();
}
}