mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-10 17:56:03 +00:00
delete GenerationStage
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package com.dfsek.terra.api.world.generator;
|
||||
|
||||
import com.dfsek.terra.api.Handle;
|
||||
import com.dfsek.terra.api.world.Chunk;
|
||||
import com.dfsek.terra.api.world.World;
|
||||
|
||||
import java.util.Random;
|
||||
|
||||
public interface GenerationStage extends Handle {
|
||||
void populate(World world, Random random, Chunk chunk);
|
||||
}
|
||||
Reference in New Issue
Block a user