Interface IWorldGenerator
- All Known Implementing Classes:
BasicRetroactiveGenerator,BiomeGen,HeightGen,WorldGenOre
public interface IWorldGenerator
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault booleandoesPlayerAllowGeneration(IWorld world, IChunk chunk, AbstractPlayerEntity player) voiddefault booleandefault booleanintdefault voiddefault booleanneedsPlayerToAllowGeneration(IWorld world, IChunk chunk) default booleanshouldExistInWorld(IWorld world) booleanshouldGenerate(IWorld world, IChunk chunk)
-
Method Details
-
initWorld
-
shouldGenerate
-
generate
-
getPriority
int getPriority() -
needsPlayerToAllowGeneration
-
doesPlayerAllowGeneration
-
generatesRetroactively
default boolean generatesRetroactively() -
generatesPerChunk
default boolean generatesPerChunk() -
shouldExistInWorld
-