Struct mc_core::world::source::SuperFlatGenerator [−][src]
pub struct SuperFlatGenerator { /* fields omitted */ }Expand description
A primitive super-flat generator that only generate the terrain from given layers, no structure is generated.
Implementations
Trait Implementations
fn generate(
&mut self,
info: ChunkLoadRequest
) -> Result<ProtoChunk, (LevelSourceError, ChunkLoadRequest)>
Auto Trait Implementations
impl !RefUnwindSafe for SuperFlatGenerator
impl Send for SuperFlatGenerator
impl Sync for SuperFlatGenerator
impl Unpin for SuperFlatGenerator
impl !UnwindSafe for SuperFlatGenerator
Blanket Implementations
Mutably borrows from an owned value. Read more
