MCPcopy Create free account
hub / github.com/DarkZek/RustCraft / create_chunk

Method create_chunk

client/src/systems/chunk/mod.rs:74–154  ·  view source on GitHub ↗

Creates a new chunk from data

(
        &mut self,
        position: Vector3<i32>,
        data: ChunkDataStorage,
        commands: &mut Commands,
        asset_service: &AssetService,
        meshes: &mut Assets<Mesh>,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

network_chunk_syncFunction · 0.80

Calls 2

spawnMethod · 0.80
recompute_on_edgeMethod · 0.80

Tested by

no test coverage detected