Package com.sk89q.worldedit.world
Class RegenOptions
java.lang.Object
com.sk89q.worldedit.world.RegenOptions
Regeneration options for
World.regenerate(Region, Extent, RegenOptions)
.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RegenOptions.Builder
builder()
Creates a new options builder.abstract BiomeType
abstract OptionalLong
getSeed()
The seed to regenerate with.boolean
final boolean
Whether biomes should be regenerated.
-
Method Details
-
builder
Creates a new options builder.- Returns:
- the builder
-
getSeed
The seed to regenerate with.OptionalLong.empty()
if the world's original seed should be used. -
shouldRegenBiomes
public final boolean shouldRegenBiomes()Whether biomes should be regenerated. -
getBiomeType
-
hasBiomeType
public boolean hasBiomeType()
-