Biome -> PlatformBiome

This commit is contained in:
dfsek
2021-12-04 17:46:26 -07:00
parent 4d2639207d
commit 16c80a0976
10 changed files with 31 additions and 27 deletions

View File

@@ -10,5 +10,5 @@ package com.dfsek.terra.api.world.biome;
import com.dfsek.terra.api.Handle;
public interface Biome extends Handle {
public interface PlatformBiome extends Handle {
}

View File

@@ -24,7 +24,7 @@ public interface TerraBiome extends PropertyHolder {
*
* @return TerraBiome - The Vanilla biome.
*/
ProbabilityCollection<Biome> getVanillaBiomes();
ProbabilityCollection<PlatformBiome> getVanillaBiomes();
/**
* Gets the BiomeTerrain instance used to generate the biome.