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

Method commandState

src/main/java/ui/controls/form/DefForm.java:119–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 public void commandState() {
120 menuCommands.removeAllElements();
121 addMenuCommand(cmdOk);
122 /*if (!cf.swapMenu)
123 addMenuCommand(cmdCancel);*/
124 }
125
126 public void showMenu() {
127 new MyMenu(this, menuName, RosterIcons.getInstance(), menuCommands);

Callers

nothing calls this directly

Calls 1

addMenuCommandMethod · 0.95

Tested by

no test coverage detected