public abstract class BiomeBasicVariation extends Biome
| Constructor | Description |
|---|---|
BiomeBasicVariation(ResourceName name) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
canGenerateNaturally() |
|
int |
getHighestY(IWorld world,
int x,
int y) |
|
int |
getLowestY(IWorld world,
int x,
int y) |
|
int |
getWeight(IWorld world,
int x,
int y) |
canTreeGrow, getBiomeSeed, getFillerTile, getFlowerChance, getName, getPebbleChance, getState, getVariationToGenerate, hasGrasslandDecoration, registerpublic BiomeBasicVariation(ResourceName name)
public int getHighestY(IWorld world, int x, int y)
getHighestY in class Biomepublic int getLowestY(IWorld world, int x, int y)
getLowestY in class Biomepublic boolean canGenerateNaturally()
canGenerateNaturally in class Biome