@Deprecated public final class NetherBiomes extends Object
Experimental feature, may be removed or changed without further notice.
Modifier and Type | Method and Description |
---|---|
static void |
addNetherBiome(net.minecraft.util.registry.RegistryKey<net.minecraft.world.biome.Biome> biome,
net.minecraft.world.biome.Biome.MixedNoisePoint mixedNoisePoint)
Deprecated.
Adds a biome to the Nether generator.
|
static boolean |
canGenerateInNether(net.minecraft.util.registry.RegistryKey<net.minecraft.world.biome.Biome> biome)
Deprecated.
Returns true if the given biome can generate in the nether, considering the Vanilla nether biomes,
and any biomes added to the Nether by mods.
|
public static void addNetherBiome(net.minecraft.util.registry.RegistryKey<net.minecraft.world.biome.Biome> biome, net.minecraft.world.biome.Biome.MixedNoisePoint mixedNoisePoint)
biome
- The biome to add. Must not be null.mixedNoisePoint
- data about the given Biome
's spawning information in the nether.Biome.MixedNoisePoint
public static boolean canGenerateInNether(net.minecraft.util.registry.RegistryKey<net.minecraft.world.biome.Biome> biome)