remove Biome#getGenerator

This commit is contained in:
dfsek
2021-12-04 18:48:47 -07:00
parent 88adbb16d2
commit ca84628eb9
2 changed files with 0 additions and 14 deletions

View File

@@ -25,13 +25,6 @@ public interface Biome extends PropertyHolder {
*/
PlatformBiome getPlatformBiome();
/**
* Gets the BiomeTerrain instance used to generate the biome.
*
* @return BiomeTerrain - The terrain generation instance.
*/
GenerationSettings getGenerator();
int getColor();
Set<String> getTags();