mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
parent
7c9c12bee7
commit
dc09896959
8 changed files with 28 additions and 11 deletions
|
|
@ -35,8 +35,8 @@ namespace MinecraftClient.Protocol
|
|||
/// This method is called when the protocol handler receives a chat message
|
||||
/// </summary>
|
||||
/// <param name="text">Text received from the server</param>
|
||||
/// <param name="links">Links embedded in text (for click events)</param>
|
||||
void OnTextReceived(string text, IEnumerable<string> links);
|
||||
/// <param name="isJson">TRUE if the text is JSON-Encoded</param>
|
||||
void OnTextReceived(string text, bool isJson);
|
||||
|
||||
/// <summary>
|
||||
/// This method is called when a new player joins the game
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue