Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
extendCrashReport
Method · 0.95
loadShaderPack
Method · 0.95
getKeyBindingOF
Method · 0.95
isAntialiasing
Method · 0.95
isMultiTexture
Method · 0.95
checkDisplaySettings
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected