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

Method addButton

Mod Utils/src/eu/the5zig/mod/gui/Gui.java:113–116  ·  view source on GitHub ↗
(IButton button)

Source from the content-addressed store, hash-verified

111 }
112
113 public void addButton(IButton button) {
114 buttons.add(button);
115 buttonIdLookup.put(button.getId(), button);
116 }
117
118 public void removeButton(IButton button) {
119 buttons.remove(button);

Callers 15

addDoneButtonMethod · 0.95
addBottomDoneButtonMethod · 0.95
addCancelButtonMethod · 0.95
initGuiMethod · 0.80
initGuiMethod · 0.80
initGuiMethod · 0.80
initGuiMethod · 0.80
doGroupChatStuffMethod · 0.80
initGuiMethod · 0.80
initGuiMethod · 0.80
initGuiMethod · 0.80
addOptionButtonMethod · 0.80

Calls 3

putMethod · 0.80
getIdMethod · 0.65
addMethod · 0.45

Tested by

no test coverage detected