Craft.Net icon indicating copy to clipboard operation
Craft.Net copied to clipboard

ChatMessage

Open iEmiya opened this issue 10 years ago • 0 comments

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
}

iEmiya avatar Mar 13 '15 09:03 iEmiya