Interface EndStyleBiomeConfig
- All Superinterfaces:
- BiomeProviderConfig
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic EndStyleBiomeConfig.Builderbuilder()endBiome()longseed()Methods inherited from interface org.spongepowered.api.world.biome.provider.BiomeProviderConfigbiomes
- 
Method Details- 
builder
- 
seedlong seed()
- 
endBiomeRegistryReference<Biome> endBiome()
- 
highlandsBiomeRegistryReference<Biome> highlandsBiome()
- 
midlandsBiomeRegistryReference<Biome> midlandsBiome()
- 
islandsBiomeRegistryReference<Biome> islandsBiome()
- 
barrensBiomeRegistryReference<Biome> barrensBiome()
 
-