MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / removeMenuCommand

Method removeMenuCommand

src/main/java/ui/controls/form/DefForm.java:115–117  ·  view source on GitHub ↗
(MenuCommand command)

Source from the content-addressed store, hash-verified

113 }
114
115 public void removeMenuCommand(MenuCommand command) {
116 menuCommands.removeElement(command);
117 }
118
119 public void commandState() {
120 menuCommands.removeAllElements();

Callers 3

mainbarUpdateMethod · 0.80
commandStateMethod · 0.80
commandStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected