Interface EndStyleBiomeConfig
- All Superinterfaces:
BiomeProviderConfig
BiomeProvider with defined biomes for a world of type WorldTypes.THE_END.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the configured end barrens biome, by defaultBiomes.END_BARRENSstatic EndStyleBiomeConfig.Builderbuilder()endBiome()Returns the configured end biome, by defaultBiomes.THE_ENDReturns the configured end highlands biome, by defaultBiomes.END_HIGHLANDSReturns the configured end islands biome, by defaultBiomes.SMALL_END_ISLANDSReturns the configured end midlands biome, by defaultBiomes.END_MIDLANDSMethods inherited from interface org.spongepowered.api.world.biome.provider.BiomeProviderConfig
biomes
-
Method Details
-
builder
-
endBiome
RegistryReference<Biome> endBiome()Returns the configured end biome, by defaultBiomes.THE_END- Returns:
- The configured end biome
-
highlandsBiome
RegistryReference<Biome> highlandsBiome()Returns the configured end highlands biome, by defaultBiomes.END_HIGHLANDS- Returns:
- The configured end highlands biome
-
midlandsBiome
RegistryReference<Biome> midlandsBiome()Returns the configured end midlands biome, by defaultBiomes.END_MIDLANDS- Returns:
- The configured end midlands biome
-
islandsBiome
RegistryReference<Biome> islandsBiome()Returns the configured end islands biome, by defaultBiomes.SMALL_END_ISLANDS- Returns:
- The configured end islands biome
-
barrensBiome
RegistryReference<Biome> barrensBiome()Returns the configured end barrens biome, by defaultBiomes.END_BARRENS- Returns:
- The configured end barrens biome
-