Package net.minecraftforge.common
Class BiomeManager
java.lang.Object
net.minecraftforge.common.BiomeManager
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic enumprivate static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final List<ResourceKey<Biome>>private static final List<ResourceKey<Biome>>private static BiomeManager.TrackedList<BiomeManager.BiomeEntry>[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidAdd biomes that you add to the overworld without usingaddBiome(BiomeType, BiomeEntry)static booleanaddBiome(BiomeManager.BiomeType type, BiomeManager.BiomeEntry entry) static List<ResourceKey<Biome>>static com.google.common.collect.ImmutableList<BiomeManager.BiomeEntry>static booleanstatic booleanremoveBiome(BiomeManager.BiomeType type, BiomeManager.BiomeEntry entry) private static BiomeManager.TrackedList<BiomeManager.BiomeEntry>[]
- 
Field Details- 
biomes
- 
additionalOverworldBiomes
- 
additionalOverworldBiomesView
 
- 
- 
Constructor Details- 
BiomeManagerpublic BiomeManager()
 
- 
- 
Method Details- 
setupBiomes
- 
addAdditionalOverworldBiomesAdd biomes that you add to the overworld without usingaddBiome(BiomeType, BiomeEntry)
- 
addBiome
- 
removeBiome
- 
getAdditionalOverworldBiomes- Returns:
- list of biomes that might be generated in the overworld in addition to the vanilla biomes
 
- 
getBiomespublic static com.google.common.collect.ImmutableList<BiomeManager.BiomeEntry> getBiomes(BiomeManager.BiomeType type) 
- 
isTypeListModded
 
-