mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-12 10:46:25 +00:00
remove world parameter from TerraBiome#getGenerator
This commit is contained in:
@@ -3,7 +3,6 @@ package com.dfsek.terra.api.world.biome;
|
||||
|
||||
import com.dfsek.terra.api.properties.PropertyHolder;
|
||||
import com.dfsek.terra.api.util.collection.ProbabilityCollection;
|
||||
import com.dfsek.terra.api.world.World;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
@@ -24,7 +23,7 @@ public interface TerraBiome extends PropertyHolder {
|
||||
*
|
||||
* @return BiomeTerrain - The terrain generation instance.
|
||||
*/
|
||||
GenerationSettings getGenerator(World w);
|
||||
GenerationSettings getGenerator();
|
||||
|
||||
int getColor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user