Class BasicRetroactiveGenerator
java.lang.Object
de.ellpeck.rockbottom.api.world.gen.BasicRetroactiveGenerator
- All Implemented Interfaces:
IWorldGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.ellpeck.rockbottom.api.world.gen.IWorldGenerator
IWorldGenerator.IFactory -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabstract voidgenerateRetroactively(IWorld world, IChunk chunk) booleanshouldGenerate(IWorld world, IChunk chunk) abstract booleanshouldGenerateRetroactively(IWorld world, IChunk chunk) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.ellpeck.rockbottom.api.world.gen.IWorldGenerator
doesPlayerAllowGeneration, generatesPerChunk, generatesRetroactively, getPriority, initWorld, needsPlayerToAllowGeneration, shouldExistInWorld
-
Field Details
-
name
-
-
Constructor Details
-
BasicRetroactiveGenerator
-
-
Method Details
-
shouldGenerate
- Specified by:
shouldGeneratein interfaceIWorldGenerator
-
generate
- Specified by:
generatein interfaceIWorldGenerator
-
shouldGenerateRetroactively
-
generateRetroactively
-