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