public abstract class Biome
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected IResourceName |
name |
| Constructor and Description |
|---|
Biome(IResourceName name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTreeGrow(IWorld world,
IChunk chunk,
int x,
int y) |
float |
getFlowerChance() |
abstract int |
getHighestY() |
abstract int |
getLowestY() |
IResourceName |
getName() |
float |
getPebbleChance() |
abstract TileState |
getState(IWorld world,
IChunk chunk,
int x,
int y,
TileLayer layer,
INoiseGen noise) |
abstract int |
getWeight() |
boolean |
hasGrasslandDecoration() |
Biome |
register() |
protected final IResourceName name
public Biome(IResourceName name)
public abstract int getWeight()
public abstract int getHighestY()
public abstract int getLowestY()
public abstract TileState getState(IWorld world, IChunk chunk, int x, int y, TileLayer layer, INoiseGen noise)
public IResourceName getName()
public Biome register()
public boolean hasGrasslandDecoration()
public float getFlowerChance()
public float getPebbleChance()