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

Method getAntialiasingLevel

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

Source from the content-addressed store, hash-verified

953 }
954
955 public static int getAntialiasingLevel() {
956 return antialiasingLevel;
957 }
958
959 public static boolean isAntialiasing() {
960 return getAntialiasingLevel() > 0;

Callers 6

extendCrashReportMethod · 0.95
loadShaderPackMethod · 0.95
getKeyBindingOFMethod · 0.95
isAntialiasingMethod · 0.95
isMultiTextureMethod · 0.95
checkDisplaySettingsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected