Package | Description |
---|---|
net.minecraft.world.chunk | |
net.minecraft.world.chunk.storage | |
net.minecraftforge.event.world |
Modifier and Type | Field and Description |
---|---|
private ChunkStatus.Type |
ChunkStatus.type |
Modifier and Type | Method and Description |
---|---|
ChunkStatus.Type |
ChunkStatus.getType() |
static ChunkStatus.Type |
ChunkStatus.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChunkStatus.Type[] |
ChunkStatus.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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_) |
private static ChunkStatus |
ChunkStatus.registerSelective(java.lang.String key,
ChunkStatus p_223203_1_,
int p_223203_2_,
java.util.EnumSet<Heightmap.Type> p_223203_3_,
ChunkStatus.Type p_223203_4_,
ChunkStatus.ISelectiveWorker p_223203_5_) |
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) |
Modifier and Type | Method and Description |
---|---|
static ChunkStatus.Type |
ChunkSerializer.getChunkStatus(CompoundNBT chunkNBT) |
Modifier and Type | Field and Description |
---|---|
private ChunkStatus.Type |
ChunkDataEvent.Load.status |
Modifier and Type | Method and Description |
---|---|
ChunkStatus.Type |
ChunkDataEvent.Load.getStatus() |
Constructor and Description |
---|
Load(IChunk chunk,
CompoundNBT data,
ChunkStatus.Type status) |