MCPcopy 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

destroyViewMethod · 0.45
SplashScreenMethod · 0.45

Calls 2

getInstanceMethod · 0.95
getListMethod · 0.45

Tested by

no test coverage detected