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) |
abstract int |
getClusterRadiusX() |
abstract int |
getClusterRadiusY() |
abstract int |
getHighestGridPos() |
int |
getLowestGridPos() |
abstract int |
getMaxAmount() |
abstract TileState |
getOreState() |
boolean |
shouldGenerate(IWorld world,
IChunk chunk) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoesPlayerAllowGeneration, getPriority, initWorld, needsPlayerToAllowGenerationpublic boolean shouldGenerate(IWorld world, IChunk chunk)
shouldGenerate in interface IWorldGeneratorpublic void generate(IWorld world, IChunk chunk)
generate in interface IWorldGeneratorpublic abstract int getHighestGridPos()
public int getLowestGridPos()
public abstract int getMaxAmount()
public abstract int getClusterRadiusX()
public abstract int getClusterRadiusY()
public abstract TileState getOreState()