mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-13 03:06:10 +00:00
Biome -> PlatformBiome
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user