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

Method checkInitialized

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

Source from the content-addressed store, hash-verified

159 }
160
161 public static void checkInitialized() {
162 if (!initialized) {
163 if (Display.isCreated()) {
164 initialized = true;
165 checkOpenGlCaps();
166 }
167 }
168 }
169
170 private static void checkOpenGlCaps() {
171 log(getVersion());

Callers 1

initDisplayMethod · 0.95

Calls 1

checkOpenGlCapsMethod · 0.95

Tested by

no test coverage detected