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

Method getWorldChunkManager

src/main/java/net/minecraft/world/World.java:206–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 public WorldChunkManager getWorldChunkManager()
207 {
208 return this.provider.getWorldChunkManager();
209 }
210
211 /**
212 * Creates the chunk provider for this world. Called in the constructor. Retrieves provider from worldProvider?

Callers 5

renderRainSnowMethod · 0.95
callMethod · 0.45
getBiomeGenForCoordsMethod · 0.45
tickMethod · 0.45
createSpawnPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected