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 |
|---|---|
abstract int |
getHighestGridPos() |
abstract int |
getLowestGridPos() |
IResourceName |
getName() |
abstract TileState |
getState(IWorld world,
IChunk chunk,
int x,
int y,
TileLayer layer,
INoiseGen noise,
java.util.Random rand) |
abstract int |
getWeight() |
Biome |
register() |
protected final IResourceName name
public Biome(IResourceName name)
public abstract int getWeight()
public abstract int getHighestGridPos()
public abstract int getLowestGridPos()
public abstract TileState getState(IWorld world, IChunk chunk, int x, int y, TileLayer layer, INoiseGen noise, java.util.Random rand)
public IResourceName getName()
public Biome register()