Skip to content

Instantly share code, notes, and snippets.

@LunNova
Created May 16, 2012 20:05
Show Gist options
  • Select an option

  • Save LunNova/2713527 to your computer and use it in GitHub Desktop.

Select an option

Save LunNova/2713527 to your computer and use it in GitHub Desktop.
Spout/org/spout/engine/world/SpoutWorld.java: this.getRegionFromBlock(x, y, z).unloadChunk(x, y, z, save);
Spout/org/spout/engine/world/SpoutChunk.java: WorldFiles.saveChunk(this, blockStore.getBlockIdArray(), blockStore.getDataArray(), skyLight, blockLight, this.parentRegion.getChunkOutputStream(this));
Spout/org/spout/engine/world/SpoutWorld.java: this.getRegionFromBlock(x, y, z).saveChunk(x, y, z);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment