Skip to content

Commit 29f5150

Browse files
committed
インベントリ共有時に必要な機能を追加
1 parent d6fc4b5 commit 29f5150

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/dev/felnull/bettergui/core/GUIPage.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ public void close(){
5757
HandlerList.unregisterAll(listener);
5858
}
5959

60+
public void update(){};
61+
6062
public void onWindowBorderRightClick(InventoryClickEvent e){}
6163

6264
public void onWindowBorderLeftClick(InventoryClickEvent e){}

0 commit comments

Comments
 (0)