We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fc4b5 commit 29f5150Copy full SHA for 29f5150
src/main/java/dev/felnull/bettergui/core/GUIPage.java
@@ -57,6 +57,8 @@ public void close(){
57
HandlerList.unregisterAll(listener);
58
}
59
60
+ public void update(){};
61
+
62
public void onWindowBorderRightClick(InventoryClickEvent e){}
63
64
public void onWindowBorderLeftClick(InventoryClickEvent e){}
0 commit comments