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 TileState |
getOreState() |
boolean |
shouldGenerate(IWorld world,
IChunk chunk,
java.util.Random rand) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoesPlayerAllowGeneration, getPriority, initWorld, needsPlayerToAllowGenerationpublic 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 TileState getOreState()