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