Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadShaderPack
Method · 0.95
isFramebufferEnabled
Method · 0.95
isRenderEntityOutlines
Method · 0.95
actionPerformed
Method · 0.95
call
Method · 0.95
Calls
1
getAntialiasingLevel
Method · 0.95
Tested by
no test coverage detected