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

Method touchRightCommand

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

Source from the content-addressed store, hash-verified

215 return cf.swapMenu ? selectCommand() : menuCommand();
216 }
217 public String touchRightCommand() {
218 return cf.swapMenu ? menuCommand() : selectCommand();
219 }
220}

Callers

nothing calls this directly

Calls 2

menuCommandMethod · 0.95
selectCommandMethod · 0.95

Tested by

no test coverage detected