Interface EndStyleBiomeConfig
-
- All Superinterfaces:
BiomeProviderConfig
public interface EndStyleBiomeConfig extends BiomeProviderConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
EndStyleBiomeConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryReference<Biome>
barrensBiome()
static EndStyleBiomeConfig.Builder
builder()
RegistryReference<Biome>
endBiome()
RegistryReference<Biome>
highlandsBiome()
RegistryReference<Biome>
islandsBiome()
RegistryReference<Biome>
midlandsBiome()
long
seed()
-
Methods inherited from interface org.spongepowered.api.world.biome.provider.BiomeProviderConfig
biomes
-
-
-
-
Method Detail
-
builder
static EndStyleBiomeConfig.Builder builder()
-
seed
long seed()
-
endBiome
RegistryReference<Biome> endBiome()
-
highlandsBiome
RegistryReference<Biome> highlandsBiome()
-
midlandsBiome
RegistryReference<Biome> midlandsBiome()
-
islandsBiome
RegistryReference<Biome> islandsBiome()
-
barrensBiome
RegistryReference<Biome> barrensBiome()
-
-