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

Method addMenuCommand

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

Source from the content-addressed store, hash-verified

108 public String menuName = "";
109
110 public void addMenuCommand(MenuCommand command) {
111 if (menuCommands.indexOf(command) < 0)
112 menuCommands.addElement(command);
113 }
114
115 public void removeMenuCommand(MenuCommand command) {
116 menuCommands.removeElement(command);

Callers 15

commandStateMethod · 0.95
commandStateMethod · 0.80
commandStateMethod · 0.80
commandStateMethod · 0.80
commandStateMethod · 0.80
commandStateMethod · 0.80
commandStateMethod · 0.80
commandStateMethod · 0.80
commandStateMethod · 0.80
commandStateMethod · 0.80
commandStateMethod · 0.80
commandStateMethod · 0.80

Calls 1

addElementMethod · 0.80

Tested by

no test coverage detected