public interface GenerationPass
| Modifier and Type | Method and Description |
|---|---|
org.cloudburstmc.api.util.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 cloudburst.ymllocalSeed - a seed defined specifically for this generation passgenerator - the instance of StandardGenerator that this generation pass will be used byorg.cloudburstmc.api.util.Identifier getId()
Copyright © 2021. All rights reserved.