public abstract class BasicBiome extends Biome
| Constructor and Description |
|---|
BasicBiome(ResourceName name,
int weight,
BiomeLevel... levels) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BiomeLevel> |
getGenerationLevels(IWorld world) |
int |
getWeight(IWorld world) |
canTreeGrow, getBiomeSeed, getFillerTile, getFlowerChance, getLakeChance, getName, getPebbleChance, getSkyColor, getState, getVariationToGenerate, hasGrasslandDecoration, hasUndergroundFeatures, register, renderBackground, renderForeground, shouldGenerateInWorldpublic BasicBiome(ResourceName name, int weight, BiomeLevel... levels)
public java.util.List<BiomeLevel> getGenerationLevels(IWorld world)
getGenerationLevels in class Biome