mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-19 06:40:12 +00:00
remove Biome#getGenerator
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user