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