This update introduces a new method to render GuiWindows async, sync or both mixed.
The GuiWindow has two new methods:
onUpdateSync() and onUpdateAsync().
First the GuiUpdateEvent is called after the execution of it the onUpdateSync() method will be called and the inventory is being opened if not already open.
At the end the onUpdateAsync() is called.
Changelog
- Added the ability to render GuiWindows async, sync or both mixed