Package net.minecraftforge.common
Class BiomeManager
java.lang.Object
net.minecraftforge.common.BiomeManager
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
private static class
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final List<ResourceKey<Biome>>
private static final List<ResourceKey<Biome>>
private static BiomeManager.TrackedList<BiomeManager.BiomeEntry>[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Add biomes that you add to the overworld without usingaddBiome(BiomeType, BiomeEntry)
static boolean
addBiome
(BiomeManager.BiomeType type, BiomeManager.BiomeEntry entry) static List<ResourceKey<Biome>>
static com.google.common.collect.ImmutableList<BiomeManager.BiomeEntry>
static boolean
static boolean
removeBiome
(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
-