Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

5th Release

Latest
Compare
Choose a tag to compare
@Astro36 Astro36 released this 26 Feb 06:08
· 1 commit to master since this release

main
Github Releases

This is ModPE integrated library for BlockLauncher.

Changelog

2.1

  • Add FloatingWindow class.
  • Add UserConnection class.
  • Add Account.isRightFriend method.
  • Add Account.getFriendDataFromServer method.
  • Add Account.getMessagesFromServer method.
  • Add Account.sendMessage method.
  • Change parent object of window type classes; me.astro.widget -> me.astro.window.
  • Change the class name; me.astro.widget.Window -> me.astro.window.PopupWindow.
  • Improve window type classes.
  • Improve theme system, and setWH method.
  • Fix friend window.
  • Fix password undefined error.
  • Fix JSDoc comments.
  • Fix some bugs.
  • Remove UserServer class.