Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

ChatMessage #230

Open
iEmiya opened this issue Mar 13, 2015 · 0 comments
Open

ChatMessage #230

iEmiya opened this issue Mar 13, 2015 · 0 comments

Comments

@iEmiya
Copy link

iEmiya commented Mar 13, 2015

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
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant