public abstract class WorldGenOre extends java.lang.Object implements IWorldGenerator
| Constructor and Description |
|---|
WorldGenOre() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(IWorld world,
IChunk chunk,
java.util.Random rand) |
abstract int |
getClusterRadiusX() |
abstract int |
getClusterRadiusY() |
abstract int |
getHighestGridPos() |
int |
getLowestGridPos() |
abstract int |
getMaxAmount() |
abstract int |
getOreMeta() |
abstract Tile |
getOreTile() |
boolean |
shouldGenerate(IWorld world,
IChunk chunk,
java.util.Random rand) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, initWorldpublic boolean shouldGenerate(IWorld world, IChunk chunk, java.util.Random rand)
shouldGenerate in interface IWorldGeneratorpublic void generate(IWorld world, IChunk chunk, java.util.Random rand)
generate in interface IWorldGeneratorpublic abstract int getHighestGridPos()
public int getLowestGridPos()
public abstract int getMaxAmount()
public abstract int getClusterRadiusX()
public abstract int getClusterRadiusY()
public abstract Tile getOreTile()
public abstract int getOreMeta()