public abstract class BiomeBasic extends Biome
| Constructor and Description |
|---|
BiomeBasic(IResourceName name,
int highestY,
int lowestY,
int weight) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHighestY() |
int |
getLowestY() |
int |
getWeight() |
canTreeGrow, getFillerTile, getFlowerChance, getName, getNoiseSeedModifier, 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