public abstract class BasicRetroactiveGenerator extends java.lang.Object implements IWorldGenerator
| Constructor and Description |
|---|
BasicRetroactiveGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(IWorld world,
IChunk chunk) |
abstract void |
generateRetroactively(IWorld world,
IChunk chunk) |
boolean |
shouldGenerate(IWorld world,
IChunk chunk) |
abstract boolean |
shouldGenerateRetroactively(IWorld world,
IChunk chunk) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoesPlayerAllowGeneration, generatesRetroactively, getPriority, initWorld, needsPlayerToAllowGenerationpublic boolean shouldGenerate(IWorld world, IChunk chunk)
shouldGenerate in interface IWorldGeneratorpublic void generate(IWorld world, IChunk chunk)
generate in interface IWorldGeneratorpublic abstract boolean shouldGenerateRetroactively(IWorld world, IChunk chunk)