Skip to content

MojangAPI-in-Java v0.0.4 released!

Compare
Choose a tag to compare
@XiaoPangxie732 XiaoPangxie732 released this 04 May 08:31
· 41 commits to master since this release
575c4a2

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