mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-14 04:41:13 +00:00
implement ChunkAccess
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
package com.dfsek.terra.carving;
|
||||
|
||||
import com.dfsek.terra.api.platform.world.ChunkAccess;
|
||||
|
||||
public interface Carver {
|
||||
void carve(int chunkX, int chunkZ, ChunkAccess chunk);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user