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