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

Method isMultiTexture

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

Source from the content-addressed store, hash-verified

965 }
966
967 public static boolean isMultiTexture() {
968 return getAnisotropicFilterLevel() > 1 ? true : getAntialiasingLevel() > 0;
969 }
970
971 public static boolean between(int p_between_0_, int p_between_1_, int p_between_2_) {
972 return p_between_0_ >= p_between_1_ && p_between_0_ <= p_between_2_;

Callers 10

extendCrashReportMethod · 0.95
useVboMethod · 0.95
renderChunkLayerMethod · 0.95
beginMethod · 0.95
loadTextureAtlasMethod · 0.95
updateAnimationsMethod · 0.95
TextureAtlasSpriteMethod · 0.95
renderModelMethod · 0.95
renderEntityOnFireMethod · 0.95
getMipmapTypeMethod · 0.95

Calls 2

getAntialiasingLevelMethod · 0.95

Tested by

no test coverage detected