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

Method initDisplay

src/main/java/net/minecraft/src/Config.java:151–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 }
150
151 public static void initDisplay() {
152 checkInitialized();
153 antialiasingLevel = gameSettings.ofAaLevel;
154 checkDisplaySettings();
155 checkDisplayMode();
156 minecraftThread = Thread.currentThread();
157 updateThreadPriorities();
158 Shaders.startup(Minecraft.getMinecraft());
159 }
160
161 public static void checkInitialized() {
162 if (!initialized) {

Callers 1

initializeTexturesMethod · 0.95

Calls 6

checkInitializedMethod · 0.95
checkDisplaySettingsMethod · 0.95
checkDisplayModeMethod · 0.95
startupMethod · 0.95
getMinecraftMethod · 0.95

Tested by

no test coverage detected