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

Method commandAction

src/main/java/ui/VirtualCanvas.java:239–244  ·  view source on GitHub ↗
(Command c, Displayable d)

Source from the content-addressed store, hash-verified

237 }
238
239 public void commandAction(Command c, Displayable d) {
240 if (c == commandOk)
241 list.touchLeftPressed();
242 if (c == commandCancel)
243 list.touchRightPressed();
244 }
245
246 public final void setOk(String title) {
247 if (!Config.fullscreen) {

Callers

nothing calls this directly

Calls 2

touchLeftPressedMethod · 0.45
touchRightPressedMethod · 0.45

Tested by

no test coverage detected