This commit is contained in:
dfsek
2021-02-06 22:03:46 -07:00
parent 985443e228
commit 85efa44673
10 changed files with 17 additions and 121 deletions
@@ -9,8 +9,7 @@ import com.dfsek.terra.api.world.biome.Generator;
import java.util.Set;
/**
* Interface to be implemented by a custom generator's TerraBiome enum.<br>
* Represents a custom biome, and contains methods to retrieve information about each type.
* Represents a custom biome
*/
public interface TerraBiome {