Package net.minecraftforge.common
Class BiomeManager
java.lang.Object
net.minecraftforge.common.BiomeManager
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumprivate static class - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final List<ResourceKey<Biome>>private static final List<ResourceKey<Biome>>private static BiomeManager.TrackedList<BiomeManager.BiomeEntry>[] - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
BiomeManager
public BiomeManager() 
 - 
 - 
Method Details
- 
setupBiomes
 - 
addAdditionalOverworldBiomes
Add 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
 
 - 
getBiomes
public static com.google.common.collect.ImmutableList<BiomeManager.BiomeEntry> getBiomes(BiomeManager.BiomeType type)  - 
isTypeListModded
 
 -