remove TerraWorld#getBiomeProvider

This commit is contained in:
dfsek
2021-07-22 13:33:19 -07:00
parent 2948f25b50
commit 7f050b37a4
2 changed files with 0 additions and 13 deletions

View File

@@ -8,8 +8,6 @@ import com.dfsek.terra.api.world.biome.generation.BiomeProvider;
public interface TerraWorld {
World getWorld();
BiomeProvider getBiomeProvider();
WorldConfig getConfig();
/**