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

Method removeButton

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

Source from the content-addressed store, hash-verified

116 }
117
118 public void removeButton(IButton button) {
119 buttons.remove(button);
120 buttonIdLookup.remove(button.getId());
121 }
122
123 public void addGuiList(IGuiList guiList) {
124 guiLists.add(guiList);

Callers 1

doGroupChatStuffMethod · 0.80

Calls 1

getIdMethod · 0.65

Tested by

no test coverage detected