public interface IRetroactiveGenerator extends IWorldGenerator
| Modifier and Type | Method and Description |
|---|---|
default void |
generate(IWorld world,
IChunk chunk) |
void |
generateRetroactively(IWorld world,
IChunk chunk) |
default boolean |
shouldGenerate(IWorld world,
IChunk chunk) |
boolean |
shouldGenerateRetroactively(IWorld world,
IChunk chunk) |
doesPlayerAllowGeneration, getPriority, initWorld, needsPlayerToAllowGenerationdefault boolean shouldGenerate(IWorld world, IChunk chunk)
shouldGenerate in interface IWorldGeneratordefault void generate(IWorld world, IChunk chunk)
generate in interface IWorldGenerator