Interface GeneratorFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Creates
Generator instances.- Author:
- DaPorkchop_
-
Method Summary
-
Method Details
-
create
Creates a newGeneratorusing the given seed and options.The returned
Generatormust be ready to use before being returned.- Parameters:
seed- the seed of the world being generatedoptions- the options string for the generator, as configured in cloudburst.yml- Returns:
- a newly created
Generator
-