public interface GenerationPass
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getId() |
default void |
init(long levelSeed,
long localSeed,
StandardGenerator generator)
Prepares this instance for actual generation.
|
default void init(long levelSeed,
long localSeed,
StandardGenerator generator)
levelSeed - the level seed, as defined in nukkit.ymllocalSeed - a seed defined specifically for this generation passgenerator - the instance of StandardGenerator that this generation pass will be used byIdentifier getId()
Copyright © 2020. All rights reserved.