remove TerraWorld#getConfig

This commit is contained in:
dfsek
2021-07-22 14:00:16 -07:00
parent 8898bbd5c4
commit ea60b30321
2 changed files with 0 additions and 10 deletions

View File

@@ -8,8 +8,6 @@ import com.dfsek.terra.api.world.biome.generation.BiomeProvider;
public interface TerraWorld {
World getWorld();
WorldConfig getConfig();
/**
* Get a block at an ungenerated location
*