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