Uses of Enum Class
net.minecraftforge.common.BiomeManager.BiomeType
-
Uses of BiomeManager.BiomeType in net.minecraft.world.gen.layer
Modifier 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
Modifier 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.Modifier 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)