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
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic RegenOptions.Builderbuilder()Creates a new options builder.abstract BiomeTypeabstract OptionalLonggetSeed()The seed to regenerate with.booleanfinal booleanWhether 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() 
 -