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

Method getChunkProvider

src/main/java/net/minecraft/world/World.java:3480–3483  ·  view source on GitHub ↗

gets the world's chunk provider

()

Source from the content-addressed store, hash-verified

3478 * gets the world's chunk provider
3479 */
3480 public IChunkProvider getChunkProvider()
3481 {
3482 return this.chunkProvider;
3483 }
3484
3485 public void addBlockEvent(BlockPos pos, Block blockIn, int eventID, int eventParam)
3486 {

Callers 7

getStrongholdPosMethod · 0.95
updateWaterOpacityMethod · 0.80
getTileEntityMethod · 0.80
getCountLoadedChunksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected