@FunctionalInterface public interface GeneratorFactory
Generator instances.| Modifier and Type | Method and Description |
|---|---|
Generator |
create(long seed,
String options)
Creates a new
Generator using the given seed and options. |
Generator create(long seed, String options)
Generator using the given seed and options.
The returned Generator must be ready to use before being returned.
seed - the seed of the world being generatedoptions - the options string for the generator, as configured in cloudburst.ymlGeneratorCopyright © 2020. All rights reserved.