mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
remove Biome#getGenerator
This commit is contained in:
-7
@@ -10,10 +10,8 @@ package com.dfsek.terra.addons.biome;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
import com.dfsek.terra.api.properties.Context;
|
import com.dfsek.terra.api.properties.Context;
|
||||||
import com.dfsek.terra.api.util.collection.ProbabilityCollection;
|
|
||||||
import com.dfsek.terra.api.world.biome.Biome;
|
import com.dfsek.terra.api.world.biome.Biome;
|
||||||
import com.dfsek.terra.api.world.biome.PlatformBiome;
|
import com.dfsek.terra.api.world.biome.PlatformBiome;
|
||||||
import com.dfsek.terra.api.world.biome.GenerationSettings;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -54,11 +52,6 @@ public class UserDefinedBiome implements Biome {
|
|||||||
return vanilla;
|
return vanilla;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public GenerationSettings getGenerator() {
|
|
||||||
return gen;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getColor() {
|
public int getColor() {
|
||||||
return color;
|
return color;
|
||||||
|
|||||||
@@ -25,13 +25,6 @@ public interface Biome extends PropertyHolder {
|
|||||||
*/
|
*/
|
||||||
PlatformBiome getPlatformBiome();
|
PlatformBiome getPlatformBiome();
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the BiomeTerrain instance used to generate the biome.
|
|
||||||
*
|
|
||||||
* @return BiomeTerrain - The terrain generation instance.
|
|
||||||
*/
|
|
||||||
GenerationSettings getGenerator();
|
|
||||||
|
|
||||||
int getColor();
|
int getColor();
|
||||||
|
|
||||||
Set<String> getTags();
|
Set<String> getTags();
|
||||||
|
|||||||
Reference in New Issue
Block a user