Interface EndStyleBiomeConfig
- All Superinterfaces:
BiomeProviderConfig
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic EndStyleBiomeConfig.Builderbuilder()endBiome()longseed()Methods inherited from interface org.spongepowered.api.world.biome.provider.BiomeProviderConfig
biomes
-
Method Details
-
builder
-
seed
long seed() -
endBiome
RegistryReference<Biome> endBiome() -
highlandsBiome
RegistryReference<Biome> highlandsBiome() -
midlandsBiome
RegistryReference<Biome> midlandsBiome() -
islandsBiome
RegistryReference<Biome> islandsBiome() -
barrensBiome
RegistryReference<Biome> barrensBiome()
-