mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
parent
6c711055bd
commit
8cc9046454
1 changed files with 9 additions and 0 deletions
|
|
@ -263,6 +263,15 @@ namespace MinecraftClient
|
||||||
tickHandler.WaitOne();
|
tickHandler.WaitOne();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Return the list of currently online players
|
||||||
|
/// </summary>
|
||||||
|
/// <returns>List of online players</returns>
|
||||||
|
new public string[] GetOnlinePlayers()
|
||||||
|
{
|
||||||
|
return base.GetOnlinePlayers();
|
||||||
|
}
|
||||||
|
|
||||||
/* == Additional Methods useful for Script API == */
|
/* == Additional Methods useful for Script API == */
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue