MojangAPI-in-Java v0.0.4 released!
A new development release of MojangAPI-in-Java.
Code optimization:
- Changed getStatus method in Status.java
- More better Javadoc
New Features:
- Add use playername uuid to get name history.(The UUID can be get by using the UserName.UUIDAtNow method.)
Other changes:
- Changes in
Net
class:No longer use Apache HttpClient instead use JavaAPI(java.net) - Removed dependency Apache HttpComponents Client, now using JavaAPI