Expand description
This module contains the ChunkGenerator trait, which is used to generate chunks.
Modules§
- context
- This module contains the
WorldGenContextstruct, which is used to provide context for chunk generation. - empty 🔒
- flat 🔒
- generation_
benchmark_ support - Direct generator calls used by Criterion benchmarks.
- generation_
chunk 🔒 - registry
- Runtime registry for world generator factories.
- vanilla 🔒
Structs§
- Empty
Chunk Generator - A chunk generator that generates an empty world.
- Flat
Chunk Generator - A chunk generator that generates a flat world.
- Generation
Chunk - Stage-scoped access to the center chunk being generated.
- Vanilla
Generator - A chunk generator for vanilla (normal) world generation.
Enums§
- Carvers
Phase - Marker for the Carvers generation operation.
- Noise
Phase - Marker for the Noise generation operation.
- Surface
Phase - Marker for the Surface generation operation.
Traits§
- Chunk
Generator - A trait for generating chunks.
- Vanilla
Post Noise State Type - Associates a dimension’s statically typed Aquifer with its transient erased state.