Interface LayeredBiomeConfig
-
- All Superinterfaces:
BiomeProviderConfig
public interface LayeredBiomeConfig extends BiomeProviderConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LayeredBiomeConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LayeredBiomeConfig.Builder
builder()
boolean
largeBiomes()
long
seed()
-
Methods inherited from interface org.spongepowered.api.world.biome.provider.BiomeProviderConfig
biomes
-
-
-
-
Method Detail
-
builder
static LayeredBiomeConfig.Builder builder()
-
seed
long seed()
-
largeBiomes
boolean largeBiomes()
-
-