Uses of Enum Class
net.minecraftforge.common.BiomeManager.BiomeType
Packages that use BiomeManager.BiomeType
-
Uses of BiomeManager.BiomeType in net.minecraft.world.gen.layer
Methods in net.minecraft.world.gen.layer with parameters of type BiomeManager.BiomeTypeModifier and TypeMethodDescriptionprotected RegistryKey<Biome>
BiomeLayer.getBiome
(BiomeManager.BiomeType type, INoiseRandom context) private int
BiomeLayer.getBiomeId
(BiomeManager.BiomeType type, INoiseRandom context) -
Uses of BiomeManager.BiomeType in net.minecraftforge.common
Methods in net.minecraftforge.common that return BiomeManager.BiomeTypeModifier and TypeMethodDescriptionstatic BiomeManager.BiomeType
Returns the enum constant of this class with the specified name.static BiomeManager.BiomeType[]
BiomeManager.BiomeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraftforge.common with parameters of type BiomeManager.BiomeTypeModifier and TypeMethodDescriptionstatic boolean
BiomeManager.addBiome
(BiomeManager.BiomeType type, BiomeManager.BiomeEntry entry) static com.google.common.collect.ImmutableList<BiomeManager.BiomeEntry>
BiomeManager.getBiomes
(BiomeManager.BiomeType type) static boolean
BiomeManager.isTypeListModded
(BiomeManager.BiomeType type) static boolean
BiomeManager.removeBiome
(BiomeManager.BiomeType type, BiomeManager.BiomeEntry entry)