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

Method getVersionDebug

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

Source from the content-addressed store, hash-verified

120 }
121
122 public static String getVersionDebug() {
123 StringBuffer stringbuffer = new StringBuffer(32);
124
125 if (isDynamicLights()) {
126 stringbuffer.append("DL: ");
127 stringbuffer.append(DynamicLights.getCount());
128 stringbuffer.append(", ");
129 }
130
131 stringbuffer.append("OptiFine_1.8.9_HD_U_L5");
132 String s = Shaders.getShaderPackName();
133
134 if (s != null) {
135 stringbuffer.append(", ");
136 stringbuffer.append(s);
137 }
138
139 return stringbuffer.toString();
140 }
141
142 public static void initGameSettings(GameSettings p_initGameSettings_0_) {
143 if (gameSettings == null) {

Callers 1

getDebugInfoEntitiesMethod · 0.95

Calls 4

isDynamicLightsMethod · 0.95
getCountMethod · 0.95
getShaderPackNameMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected