mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-05 07:16:10 +00:00
refactor BiomeSource to pipeline addon
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package com.dfsek.terra.api.world.biome.generation.pipeline;
|
||||
|
||||
import com.dfsek.terra.api.world.biome.TerraBiome;
|
||||
|
||||
public interface BiomeSource {
|
||||
TerraBiome getBiome(double x, double z, long seed);
|
||||
|
||||
enum Type {
|
||||
NOISE
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user