Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
menuAction
Method · 0.45
selectPressed
Method · 0.45
Calls
1
no
Method · 0.95
Tested by
no test coverage detected