mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Added a player list command /list
This commit is contained in:
parent
157aa2a786
commit
07fed5cd24
5 changed files with 85 additions and 5 deletions
|
|
@ -22,6 +22,10 @@ namespace MinecraftClient.Protocol
|
|||
string getUserUUID();
|
||||
string getSessionID();
|
||||
|
||||
void addPlayer(string uuid, string name);
|
||||
void removePlayer(string uuid);
|
||||
HashSet<string> getPlayers();
|
||||
|
||||
/// <summary>
|
||||
/// This method is called when the protocol handler receives a chat message
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue