Record Class ChunkGenerationContext

java.lang.Object
java.lang.Record
net.minecraft.world.chunk.ChunkGenerationContext
Record Components:
world -
generator -
structureManager -
lightingProvider -
mainThreadExecutor -
unsavedListener -

public record ChunkGenerationContext(ServerWorld world, ChunkGenerator generator, StructureTemplateManager structureManager, ServerLightingProvider lightingProvider, Executor mainThreadExecutor, WorldChunk.UnsavedListener unsavedListener) extends Record
Mappings:
Namespace Name
named net/minecraft/world/chunk/ChunkGenerationContext
intermediary net/minecraft/class_9312
official eav
named world
intermediary comp_2434
official a
named generator
intermediary comp_2435
official b
named structureManager
intermediary comp_2436
official c
named lightingProvider
intermediary comp_2437
official d
named mainThreadExecutor
intermediary comp_2942
official e
named unsavedListener
intermediary comp_3323
official f