MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / getInstance

Method getInstance

src/main/java/ui/VirtualCanvas.java:77–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76
77 public static VirtualCanvas getInstance() {
78 if (instance == null) {
79 instance = new VirtualCanvas();
80 }
81 return instance;
82 }
83
84 private VirtualCanvas() {
85 setFullScreenMode(Config.fullscreen);

Callers 15

eventNotifyMethod · 0.95
repaintNotifyMethod · 0.95
onSelectMethod · 0.95
sendNotifyMethod · 0.95
blockArrivedMethod · 0.95
blockArrivedMethod · 0.95
drawItemMethod · 0.95
redrawMethod · 0.95
VirtualListMethod · 0.95
showMethod · 0.95
redrawMethod · 0.95
destroyViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected