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

Method commandState

src/main/java/Statistic/StatsWindow.java:84–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 public void commandState() {
85 menuCommands.removeAllElements();
86//#ifdef CLIPBOARD
87 addMenuCommand(cmdCopy);
88 if (!ClipBoardIO.getInstance().isEmpty()) {
89 addMenuCommand(cmdCopyPlus);
90 }
91
92//#endif
93 addMenuCommand(cmdClear);
94 }
95
96 public void menuAction(MenuCommand command, VirtualList displayable) {
97//#ifdef CLIPBOARD

Callers

nothing calls this directly

Calls 3

getInstanceMethod · 0.95
addMenuCommandMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected