-
-
Methods in net.minecraft.world.chunk with parameters of type ServerLightingProvider
Modifier and Type |
Method |
Description |
CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>> |
ChunkStatus.GenerationTask.doWork(ChunkStatus targetStatus,
Executor executor,
ServerWorld world,
ChunkGenerator chunkGenerator,
StructureManager structureManager,
ServerLightingProvider serverLightingProvider,
Function<Chunk,CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>>> function,
List<Chunk> list,
Chunk chunk) |
|
CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>> |
ChunkStatus.LoadTask.doWork(ChunkStatus targetStatus,
ServerWorld world,
StructureManager structureManager,
ServerLightingProvider lightingProvider,
Function<Chunk,CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>>> function,
Chunk chunk) |
|
default CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>> |
ChunkStatus.SimpleGenerationTask.doWork(ChunkStatus targetStatus,
Executor executor,
ServerWorld world,
ChunkGenerator chunkGenerator,
StructureManager structureManager,
ServerLightingProvider serverLightingProvider,
Function<Chunk,CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>>> function,
List<Chunk> list,
Chunk chunk) |
private static CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>> |
ChunkStatus.getLightingFuture(ChunkStatus status,
ServerLightingProvider lightingProvider,
Chunk chunk) |
|
CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>> |
ChunkStatus.runGenerationTask(Executor executor,
ServerWorld world,
ChunkGenerator chunkGenerator,
StructureManager structureManager,
ServerLightingProvider serverLightingProvider,
Function<Chunk,CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>>> function,
List<Chunk> list) |
|
CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>> |
ChunkStatus.runLoadTask(ServerWorld world,
StructureManager structureManager,
ServerLightingProvider lightingProvider,
Function<Chunk,CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>>> function,
Chunk chunk) |
|