mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-02 07:55:28 +00:00
delete GenerationStage
This commit is contained in:
parent
1039bf6001
commit
1f9a51fc40
@ -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);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user