Skip to content

Multiplayer, JSR 305, and Code Cleanup

Latest
Compare
Choose a tag to compare
@timtomtim7 timtomtim7 released this 12 Aug 11:24
· 9 commits to master since this release

Overview

  • Synchronized menu interaction between all viewers
  • @Redrield added JSR 305 annotations. (Thanks!)
  • Added support for java.util.Optional in State
  • Cleaned up the code quite a bit

Breaking Changes:

  • Methods for getting the values in State have been changed to be more conventional:
    • current() -> getCurrent()
    • previous() -> getPrevious()
    • Doesn't exist -> getOptionalCurrent()
    • Doesn't exist -> getOptionalPrevious()