Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ guiClosed0
Method
guiClosed0
Mod Utils/src/eu/the5zig/mod/gui/Gui.java:214–220 ·
view source on GitHub ↗
On gui closed
()
Source
from the content-addressed store, hash-verified
212
* On gui closed
213
*/
214
public
void
guiClosed0() {
215
Keyboard.enableRepeatEvents(false);
216
for
(IButton button : buttons) {
217
button.guiClosed();
218
}
219
guiClosed();
220
}
221
222
protected
void
guiClosed() {
223
}
Callers
13
m
Method · 0.80
m
Method · 0.80
m
Method · 0.80
m
Method · 0.80
m
Method · 0.80
m
Method · 0.80
m
Method · 0.80
n
Method · 0.80
m
Method · 0.80
m
Method · 0.80
m
Method · 0.80
m
Method · 0.80
Calls
3
enableRepeatEvents
Method · 0.95
guiClosed
Method · 0.95
guiClosed
Method · 0.65
Tested by
no test coverage detected