类 BiomeManager
java.lang.Object
net.minecraftforge.common.BiomeManager
-
嵌套类概要
嵌套类修饰符和类型类说明static class
static enum
private static class
-
字段概要
字段修饰符和类型字段说明private static final List
<ResourceKey<Biome>> private static final List
<ResourceKey<Biome>> private static final BiomeManager.TrackedList<BiomeManager.BiomeEntry>[]
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static 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>[]
-
字段详细资料
-
biomes
-
additionalOverworldBiomes
-
additionalOverworldBiomesView
-
-
构造器详细资料
-
BiomeManager
public BiomeManager()
-
-
方法详细资料
-
setupBiomes
-
addAdditionalOverworldBiomes
Add biomes that you add to the overworld without usingaddBiome(BiomeType, BiomeEntry)
-
addBiome
-
removeBiome
-
getAdditionalOverworldBiomes
- 返回:
- 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
-