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

Method cmdCancel

src/main/java/ui/controls/AlertBox.java:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 yes();
49 }
50 public void cmdCancel() {
51 super.cmdCancel();
52 no();
53 }
54 public void drawCursor(Graphics g, int width, int height) {
55 // prevent text selection
56 };

Callers 2

menuActionMethod · 0.45
selectPressedMethod · 0.45

Calls 1

noMethod · 0.95

Tested by

no test coverage detected