Uses of Class
net.minecraftforge.common.BiomeManager.BiomeEntry
-
Packages that use BiomeManager.BiomeEntry Package Description net.minecraftforge.common -
-
Uses of BiomeManager.BiomeEntry in net.minecraftforge.common
Methods in net.minecraftforge.common that return types with arguments of type BiomeManager.BiomeEntry Modifier and Type Method Description static com.google.common.collect.ImmutableList<BiomeManager.BiomeEntry>
BiomeManager. getBiomes(BiomeManager.BiomeType type)
private static BiomeManager.TrackedList<BiomeManager.BiomeEntry>[]
BiomeManager. setupBiomes()
Methods in net.minecraftforge.common with parameters of type BiomeManager.BiomeEntry Modifier and Type Method Description static boolean
BiomeManager. addBiome(BiomeManager.BiomeType type, BiomeManager.BiomeEntry entry)
static boolean
BiomeManager. removeBiome(BiomeManager.BiomeType type, BiomeManager.BiomeEntry entry)
-