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

Method commandState

src/main/java/ServiceDiscovery/DiscoForm.java:202–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200
201 // TODO: fix this shit
202 public void commandState() {
203 menuCommands.removeAllElements();
204 if (!complete) {
205 addMenuCommand(cmdSend);
206 }
207 }
208 public void menuAction(MenuCommand c, VirtualList v) {
209 if (c == cmdSend) {
210 if (!complete) {

Callers

nothing calls this directly

Calls 1

addMenuCommandMethod · 0.80

Tested by

no test coverage detected