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