| Package | Description |
|---|---|
| net.minecraft.world | |
| net.minecraftforge.common.chunkio |
| Modifier and Type | Method and Description |
|---|---|
ChunkProviderServer |
WorldServer.getChunkProvider() |
| Modifier and Type | Field and Description |
|---|---|
private ChunkProviderServer |
ChunkIOProvider.provider |
| Modifier and Type | Method and Description |
|---|---|
static void |
ChunkIOExecutor.queueChunkLoad(World world,
AnvilChunkLoader loader,
ChunkProviderServer provider,
int x,
int z,
java.lang.Runnable runnable) |
static Chunk |
ChunkIOExecutor.syncChunkLoad(World world,
AnvilChunkLoader loader,
ChunkProviderServer provider,
int x,
int z) |
| Constructor and Description |
|---|
ChunkIOProvider(QueuedChunk chunk,
AnvilChunkLoader loader,
ChunkProviderServer provider) |