MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / initGui

Method initGui

The 5zig Mod/src/eu/the5zig/mod/gui/GuiOptions.java:23–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 @Override
24 public void initGui() {
25 guiInitialized = true;
26 optionButtonCount = 0;
27 callbacks.clear();
28 addDoneButton();
29 }
30
31 @Override
32 protected void actionPerformed(IButton button) {

Callers

nothing calls this directly

Calls 2

addDoneButtonMethod · 0.80
clearMethod · 0.65

Tested by

no test coverage detected