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

Method normalize

src/main/java/net/minecraft/src/Config.java:1492–1494  ·  view source on GitHub ↗
(String p_normalize_0_)

Source from the content-addressed store, hash-verified

1490 }
1491
1492 public static String normalize(String p_normalize_0_) {
1493 return p_normalize_0_ == null ? "" : p_normalize_0_;
1494 }
1495
1496 public static void checkDisplaySettings() {
1497 int i = getAntialiasingLevel();

Callers 6

createGeomShaderMethod · 0.95
beginRenderMethod · 0.95
getDescriptionTextMethod · 0.95
makeTooltipLinesMethod · 0.95
updateTileEntityNameMethod · 0.95
splitReleaseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected