Interface EndStyleBiomeConfig
- All Superinterfaces:
BiomeProviderConfig
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EndStyleBiomeConfig.Builder
builder()
endBiome()
long
seed()
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()
-