MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / commandState

Method commandState

src/main/java/Colors/ColorsList.java:71–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 public void commandState() {
72 menuCommands.removeAllElements();
73 addMenuCommand(cmdOk);
74 addMenuCommand(cmdCopyColor);
75 if (colorBuffer >= 0)
76 addMenuCommand(cmdPasteColor);
77 }
78
79 public void menuAction(MenuCommand c, VirtualList d) {
80 commandState();

Callers 1

menuActionMethod · 0.95

Calls 1

addMenuCommandMethod · 0.80

Tested by

no test coverage detected