make platform biome return singular

This commit is contained in:
dfsek
2021-12-04 18:17:32 -07:00
parent 2ef2b61cc5
commit 0818f943b1
6 changed files with 10 additions and 14 deletions

View File

@@ -11,7 +11,6 @@ package com.dfsek.terra.api.world.biome;
import java.util.Set;
import com.dfsek.terra.api.properties.PropertyHolder;
import com.dfsek.terra.api.util.collection.ProbabilityCollection;
/**
@@ -24,7 +23,7 @@ public interface Biome extends PropertyHolder {
*
* @return TerraBiome - The Vanilla biome.
*/
ProbabilityCollection<PlatformBiome> getVanillaBiomes();
PlatformBiome getPlatformBiome();
/**
* Gets the BiomeTerrain instance used to generate the biome.