Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initialize
Method · 0.95
loadAllVisibleChunks
Method · 0.95
doRenderLayer
Method · 0.95
doRenderLayer
Method · 0.95
doRenderLayer
Method · 0.95
ModelRenderer
Method · 0.95
clientPreProcessPacket
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected