public class ChunkIOExecutor
extends java.lang.Object
Constructor and Description |
---|
ChunkIOExecutor() |
Modifier and Type | Method and Description |
---|---|
static void |
adjustPoolSize(int players) |
static void |
dropQueuedChunkLoad(World world,
int x,
int z,
java.lang.Runnable runnable) |
static void |
queueChunkLoad(World world,
AnvilChunkLoader loader,
ChunkProviderServer provider,
int x,
int z,
java.lang.Runnable runnable) |
static Chunk |
syncChunkLoad(World world,
AnvilChunkLoader loader,
ChunkProviderServer provider,
int x,
int z) |
static void |
tick() |
public static Chunk syncChunkLoad(World world, AnvilChunkLoader loader, ChunkProviderServer provider, int x, int z)
public static void queueChunkLoad(World world, AnvilChunkLoader loader, ChunkProviderServer provider, int x, int z, java.lang.Runnable runnable)
public static void dropQueuedChunkLoad(World world, int x, int z, java.lang.Runnable runnable)
public static void adjustPoolSize(int players)
public static void tick()