MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / updateDisplay

Method updateDisplay

src/main/java/net/minecraft/client/Minecraft.java:1221–1227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1219 }
1220
1221 public void updateDisplay()
1222 {
1223 this.mcProfiler.startSection("display_update");
1224 Display.update();
1225 this.mcProfiler.endSection();
1226 this.checkWindowResize();
1227 }
1228
1229 protected void checkWindowResize()
1230 {

Callers 4

drawSplashScreenMethod · 0.95
runGameLoopMethod · 0.95
toggleFullscreenMethod · 0.95
setLoadingProgressMethod · 0.80

Calls 4

checkWindowResizeMethod · 0.95
startSectionMethod · 0.80
endSectionMethod · 0.80
updateMethod · 0.65

Tested by

no test coverage detected