mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-11 10:16:15 +00:00
switch x and z ChunkGenerator params
This commit is contained in:
@@ -21,7 +21,7 @@ import com.dfsek.terra.api.world.chunk.generation.stage.GenerationStage;
|
||||
|
||||
public interface ChunkGenerator {
|
||||
void generateChunkData(@NotNull ProtoChunk chunk, @NotNull WritableWorld world,
|
||||
int chunkZ, int chunkX);
|
||||
int chunkX, int chunkZ);
|
||||
|
||||
List<GenerationStage> getGenerationStages();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user