Package net.minecraft.world.chunk
Interface ChunkProvider
- All Known Implementing Classes:
ChunkManager,ClientChunkManager,ServerChunkManager
public interface ChunkProvider
-
Method Summary
Modifier and Type Method Description BlockViewgetChunk(int chunkX, int chunkZ)BlockViewgetWorld()default voidonLightUpdate(LightType type, ChunkSectionPos pos)
-
Method Details
-
getChunk
-
onLightUpdate
-
getWorld
BlockView getWorld()
-