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 d7bb270 commit 8fcdbb5Copy full SHA for 8fcdbb5
src/main/java/dev/felnull/bettergui/core/GUIPage.java
@@ -59,10 +59,5 @@ public void onOutsideWindowRightClick(InventoryClickEvent e){}
59
public void onOutsideWindowLeftClick(InventoryClickEvent e){}
60
61
public void onOutsideWindowClick(InventoryClickEvent e){}
62
-
63
- public void onOutsideWindowRightShiftClick(InventoryClickEvent e){}
64
65
- public void onOutsideWindowLeftShiftClick(InventoryClickEvent e){}
66
67
- public void onOutsideWindowShiftClick(InventoryClickEvent e){}
+
68
}
0 commit comments