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 1da2814 commit ac906deCopy full SHA for ac906de
src/main/java/com/sentropic/guiapi/gui/GUI.java
@@ -86,7 +86,7 @@ public void putUnderneath(@NotNull GUIComponent component) {
86
}
87
88
@SuppressWarnings("unused")
89
- private boolean update(@NotNull GUIComponent component) {
+ public boolean update(@NotNull GUIComponent component) {
90
boolean success = false;
91
String id = component.getID();
92
checkID(id);
0 commit comments