public abstract class BiomeBasic extends Biome
| Constructor and Description |
|---|
BiomeBasic(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, getState, getVariationToGenerate, hasGrasslandDecoration, hasUndergroundFeatures, register, shouldGenerateInWorldpublic BiomeBasic(ResourceName name, int weight, BiomeLevel... levels)
public java.util.List<BiomeLevel> getGenerationLevels(IWorld world)
getGenerationLevels in class Biome