command completion
This commit is contained in:
parent
0839beb98e
commit
a8f6af2b37
11 changed files with 400 additions and 347 deletions
|
@ -1855,4 +1855,9 @@ public class NetHandlerPlayClient extends NetHandler
|
|||
{
|
||||
return this.playerList.entrySet();
|
||||
}
|
||||
|
||||
public Iterable<String> getPlayerNames()
|
||||
{
|
||||
return this.playerList.keySet();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue