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

Method isFastRender

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

Source from the content-addressed store, hash-verified

1250 }
1251
1252 public static boolean isFastRender() {
1253 return gameSettings.ofFastRender;
1254 }
1255
1256 public static boolean isTranslucentBlocksFancy() {
1257 return gameSettings.ofTranslucentBlocks == 0 ? gameSettings.fancyGraphics : gameSettings.ofTranslucentBlocks == 2;

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected