Package | Description |
---|---|
net.minecraft.world.chunk |
Modifier and Type | Interface and Description |
---|---|
(package private) static interface |
ChunkStatus.ISelectiveWorker |
Modifier and Type | Field and Description |
---|---|
private ChunkStatus.IGenerationWorker |
ChunkStatus.generationWorker |
Modifier and Type | Method and Description |
---|---|
private static ChunkStatus |
ChunkStatus.register(java.lang.String key,
ChunkStatus p_223207_1_,
int p_223207_2_,
java.util.EnumSet<Heightmap.Type> p_223207_3_,
ChunkStatus.Type p_223207_4_,
ChunkStatus.IGenerationWorker p_223207_5_) |
private static ChunkStatus |
ChunkStatus.register(java.lang.String key,
ChunkStatus p_223196_1_,
int p_223196_2_,
java.util.EnumSet<Heightmap.Type> p_223196_3_,
ChunkStatus.Type p_223196_4_,
ChunkStatus.IGenerationWorker p_223196_5_,
ChunkStatus.ILoadingWorker p_223196_6_) |
Constructor and Description |
---|
ChunkStatus(java.lang.String nameIn,
ChunkStatus parentIn,
int taskRangeIn,
java.util.EnumSet<Heightmap.Type> heightmapsIn,
ChunkStatus.Type typeIn,
ChunkStatus.IGenerationWorker generationWorkerIn,
ChunkStatus.ILoadingWorker loadingWorkerIn) |