Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ redraw
Method
redraw
src/main/java/ui/VirtualList.java:427–432 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
425
}
426
427
public
void
redraw() {
428
if
(VirtualCanvas.getInstance().isShown()) {
429
VirtualCanvas.getInstance().repaint();
430
return
;
431
}
432
}
433
434
435
Callers
15
showInfo
Method · 0.95
showAlert
Method · 0.95
eventOk
Method · 0.95
sizeChanged
Method · 0.95
moveCursorEnd
Method · 0.95
moveCursorTo
Method · 0.95
clearReadedMessageList
Method · 0.45
toggle
Method · 0.45
processIcon
Method · 0.45
menuAction
Method · 0.45
blockArrived
Method · 0.45
updateView
Method · 0.45
Calls
3
getInstance
Method · 0.95
repaint
Method · 0.65
isShown
Method · 0.45
Tested by
no test coverage detected