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

Method getRenderGlobal

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

Source from the content-addressed store, hash-verified

881 }
882
883 public static RenderGlobal getRenderGlobal() {
884 return minecraft.renderGlobal;
885 }
886
887 public static boolean isBetterGrass() {
888 return gameSettings.ofBetterGrass != 3;

Callers 7

initializeMethod · 0.95
loadAllVisibleChunksMethod · 0.95
doRenderLayerMethod · 0.95
doRenderLayerMethod · 0.95
doRenderLayerMethod · 0.95
ModelRendererMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected