MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / showNotify

Method showNotify

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

Source from the content-addressed store, hash-verified

224 }
225
226 protected void showNotify() {
227//#if (USE_ROTATOR)
228 TimerTaskRotate.startRotate(-1, list);
229//#endif
230 setFullScreenMode(Config.fullscreen);
231 }
232
233 protected void sizeChanged(int w, int h) {
234 if (list != null) {

Callers

nothing calls this directly

Calls 2

startRotateMethod · 0.95
setFullScreenModeMethod · 0.80

Tested by

no test coverage detected