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

Method commandState

src/main/java/io/file/browse/Browser.java:286–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 }
285
286 public void commandState() {
287 menuName = SR.MS_DISCO;
288 menuCommands.removeAllElements();
289 addMenuCommand(cmdBrowse);
290 if (getDirectory) {
291 addMenuCommand(cmdSelect);
292 } else {
293 addMenuCommand(cmdView);
294 }
295 addMenuCommand(cmdDelete);
296 addMenuCommand(cmdRoot);
297 addMenuCommand(cmdExit);
298 addMenuCommand(cmdCancel);
299 }
300}
301
302//#endif

Callers

nothing calls this directly

Calls 1

addMenuCommandMethod · 0.80

Tested by

no test coverage detected