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 |
getHighestGridPos() |
int |
getLowestGridPos() |
int |
getWeight() |
canTreeGrow, getFlowerChance, getName, getState, hasGrasslandDecoration, registerpublic BiomeBasic(IResourceName name, int highestY, int lowestY, int weight)
public int getHighestGridPos()
getHighestGridPos in class Biomepublic int getLowestGridPos()
getLowestGridPos in class Biome