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

Method isAntialiasing

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

Source from the content-addressed store, hash-verified

957 }
958
959 public static boolean isAntialiasing() {
960 return getAntialiasingLevel() > 0;
961 }
962
963 public static boolean isAntialiasingConfigured() {
964 return getGameSettings().ofAaLevel > 0;

Callers 5

loadShaderPackMethod · 0.95
isFramebufferEnabledMethod · 0.95
actionPerformedMethod · 0.95
callMethod · 0.95

Calls 1

getAntialiasingLevelMethod · 0.95

Tested by

no test coverage detected