Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ isAnisotropicFiltering
Method
isAnisotropicFiltering
src/main/java/net/minecraft/src/Config.java:951–953 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
949
}
950
951
public
static
boolean isAnisotropicFiltering() {
952
return
getAnisotropicFilterLevel() > 1;
953
}
954
955
public
static
int
getAntialiasingLevel() {
956
return
antialiasingLevel;
Callers
3
loadShaderPack
Method · 0.95
actionPerformed
Method · 0.95
call
Method · 0.95
Calls
1
getAnisotropicFilterLevel
Method · 0.95
Tested by
no test coverage detected