Interface EndStyleBiomeConfig
- All Superinterfaces:
BiomeProviderConfig
BiomeProvider
with defined biomes for a world of type WorldTypes.THE_END
.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the configured end barrens biome, by defaultBiomes.END_BARRENS
static EndStyleBiomeConfig.Builder
builder()
endBiome()
Returns the configured end biome, by defaultBiomes.THE_END
Returns the configured end highlands biome, by defaultBiomes.END_HIGHLANDS
Returns the configured end islands biome, by defaultBiomes.SMALL_END_ISLANDS
Returns the configured end midlands biome, by defaultBiomes.END_MIDLANDS
Methods 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
-