Struct mc_core::world::source::ChunkLoadRequest [−][src]
pub struct ChunkLoadRequest {
pub env: Arc<LevelEnv>,
pub height: ChunkHeight,
pub cx: i32,
pub cz: i32,
}Expand description
This structure is constructed by levels and passed to LevelSource when requesting for
chunk loading, the chunk must be constructed from the given data.
Fields
env: Arc<LevelEnv>height: ChunkHeightcx: i32cz: i32Implementations
Build a chunk from this chunk info.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ChunkLoadRequest
impl Send for ChunkLoadRequest
impl Sync for ChunkLoadRequest
impl Unpin for ChunkLoadRequest
impl !UnwindSafe for ChunkLoadRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
