Object ChunkHelper
-
- All Implemented Interfaces:
public class ChunkHelper
My crazy fast chunk remover.
-
-
Field Summary
Fields Modifier and Type Field Description public final static ChunkHelper
INSTANCE
-
Method Summary
Modifier and Type Method Description final Unit
clearChunk(LevelAccessor level, Double x, Double z)
Clear a specific chunk. -
-
Method Detail
-
clearChunk
final Unit clearChunk(LevelAccessor level, Double x, Double z)
Clear a specific chunk. This will only work on the server-side.
This works by clearing the heightmaps and chunk sections. It's much more efficient than setting each block in the chunk, one at a time.
-
-
-
-