BiomeBasicpublic abstract class Biome
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected IResourceName |
name |
| Constructor | Description |
|---|---|
Biome(IResourceName name) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
canTreeGrow(IWorld world,
IChunk chunk,
int x,
int y) |
|
TileState |
getFillerTile(IWorld world,
IChunk chunk,
int x,
int y) |
|
float |
getFlowerChance() |
|
abstract int |
getHighestY() |
|
abstract int |
getLowestY() |
|
IResourceName |
getName() |
|
int |
getNoiseSeedModifier(IWorld world) |
|
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 int getNoiseSeedModifier(IWorld world)
public IResourceName getName()
public Biome register()
public boolean hasGrasslandDecoration()
public float getFlowerChance()
public float getPebbleChance()