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

Method initGui0

Mod Utils/src/eu/the5zig/mod/gui/Gui.java:73–86  ·  view source on GitHub ↗

Init gui

()

Source from the content-addressed store, hash-verified

71 * Init gui
72 */
73 public void initGui0() {
74 MinecraftFactory.getVars().updateScaledResolution();
75 buttons.clear();
76 textfields.clear();
77 guiLists.clear();
78 buttonIdLookup.clear();
79 textFieldIdLookup.clear();
80 checkBoxes.clear();
81 radioCheckBoxes.clear();
82 initGui();
83 if (selectTextFieldAfterInit && textfields.size() > 0)
84 textfields.get(0).setSelected(true);
85 tick();
86 }
87
88 public abstract void initGui();
89

Callers 15

bMethod · 0.80
bMethod · 0.80
bMethod · 0.80
bMethod · 0.80
bMethod · 0.80
bMethod · 0.80
bMethod · 0.80
cMethod · 0.80
bMethod · 0.80
bMethod · 0.80
bMethod · 0.80
bMethod · 0.80

Calls 8

getVarsMethod · 0.95
initGuiMethod · 0.95
tickMethod · 0.95
sizeMethod · 0.80
clearMethod · 0.65
setSelectedMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected