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

Method getDimensionId

src/main/java/net/optifine/shaders/Shaders.java:4212–4215  ·  view source on GitHub ↗
(World world)

Source from the content-addressed store, hash-verified

4210 }
4211
4212 private static int getDimensionId(World world)
4213 {
4214 return world == null ? Integer.MIN_VALUE : world.provider.getDimensionId();
4215 }
4216
4217 public static void beginRenderPass(int pass, float partialTicks, long finishTimeNano)
4218 {

Callers 8

checkWorldChangedMethod · 0.95
renderSkyMethod · 0.45
hasSkyLayersMethod · 0.45
updateLightmapMethod · 0.45
getWorldFogColorMethod · 0.45
getWorldSkyColorMethod · 0.45
updateLightmapMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected