MCPcopy 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

showInfoMethod · 0.95
showAlertMethod · 0.95
eventOkMethod · 0.95
sizeChangedMethod · 0.95
moveCursorEndMethod · 0.95
moveCursorToMethod · 0.95
toggleMethod · 0.45
processIconMethod · 0.45
menuActionMethod · 0.45
blockArrivedMethod · 0.45
updateViewMethod · 0.45

Calls 3

getInstanceMethod · 0.95
repaintMethod · 0.65
isShownMethod · 0.45

Tested by

no test coverage detected