Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ show
Method
show
src/main/java/ui/VirtualList.java:422–425 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
420
}
421
422
public
void
show() {
423
parentView = VirtualCanvas.getInstance().getList();
424
VirtualCanvas.getInstance().show(this);
425
}
426
427
public
void
redraw() {
428
if
(VirtualCanvas.getInstance().isShown()) {
Callers
2
destroyView
Method · 0.45
SplashScreen
Method · 0.45
Calls
2
getInstance
Method · 0.95
getList
Method · 0.45
Tested by
no test coverage detected