ddevault / Craft.Net

(Unmaintained, see TrueCraft) Minecraft server, client, and etc for .NET
MIT License
228 stars 64 forks source link

ChatMessage #230

Open iEmiya opened 9 years ago

iEmiya commented 9 years ago

The current implementation of the package ChatMessage not complete. For send implementation of a sufficiently #207, when receiving messages from the server data is lost. Is it possible in the coming implementation?

https://github.com/iEmiya/Craft.Net/blob/emiya/java/fb.java

if (((JsonObject)localObject1).has("text"))
{
    // implemented
    localObject2 = new fh(((JsonObject)localObject1).get("text").getAsString());
}
else if (((JsonObject)localObject1).has("translate"))
{
    // not implemented
}