Class GenerationBiomeStore
java.lang.Object
org.cloudburstmc.server.level.generator.standard.store.AbstractGeneratorStore<GenerationBiome>
org.cloudburstmc.server.level.generator.standard.store.GenerationBiomeStore
Store for
GenerationBiome.- Author:
- DaPorkchop_
- See Also:
StandardGeneratorStores.generationBiome()
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.cloudburstmc.server.level.generator.standard.store.AbstractGeneratorStore
computeFunction, idToValues, recursionLock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GenerationBiomecompute(@NonNull org.cloudburstmc.api.util.Identifier id)reset()snapshot()Methods inherited from class org.cloudburstmc.server.level.generator.standard.store.AbstractGeneratorStore
find
-
Constructor Details
-
GenerationBiomeStore
public GenerationBiomeStore()
-
-
Method Details
-
snapshot
-
reset
-
compute
protected GenerationBiome compute(@NonNull @NonNull org.cloudburstmc.api.util.Identifier id) throws IOException- Specified by:
computein classAbstractGeneratorStore<GenerationBiome>- Throws:
IOException
-