mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +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