MCPcopy 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

mMethod · 0.80
mMethod · 0.80
mMethod · 0.80
mMethod · 0.80
mMethod · 0.80
mMethod · 0.80
mMethod · 0.80
nMethod · 0.80
mMethod · 0.80
mMethod · 0.80
mMethod · 0.80
mMethod · 0.80

Calls 3

enableRepeatEventsMethod · 0.95
guiClosedMethod · 0.95
guiClosedMethod · 0.65

Tested by

no test coverage detected