InternalBiomeData

public final class InternalBiomeData

Lists and maps for internal use only! Stores data that is used by the various mixins into the world generation

Functions

addEndBarrensReplacement
Link copied to clipboard
static void addEndBarrensReplacement(RegistryKey<Biome> highlands, RegistryKey<Biome> barrens, double weight)
addEndBiomeReplacement
Link copied to clipboard
static void addEndBiomeReplacement(RegistryKey<Biome> replaced, RegistryKey<Biome> variant, double weight)
addEndMidlandsReplacement
Link copied to clipboard
static void addEndMidlandsReplacement(RegistryKey<Biome> highlands, RegistryKey<Biome> midlands, double weight)
addNetherBiome
Link copied to clipboard
static void addNetherBiome(RegistryKey<Biome> biome, Biome.MixedNoisePoint spawnNoisePoint)
addOverworldBiomeReplacement
Link copied to clipboard
static void addOverworldBiomeReplacement(RegistryKey<Biome> replaced, RegistryKey<Biome> variant, double chance, Array<OverworldClimate> climates)
addOverworldContinentalBiome
Link copied to clipboard
static void addOverworldContinentalBiome(OverworldClimate climate, RegistryKey<Biome> biome, double weight)
addOverworldEdgeBiome
Link copied to clipboard
static void addOverworldEdgeBiome(RegistryKey<Biome> primary, RegistryKey<Biome> edge, double weight)
addOverworldHillsBiome
Link copied to clipboard
static void addOverworldHillsBiome(RegistryKey<Biome> primary, RegistryKey<Biome> hills, double weight)
addOverworldShoreBiome
Link copied to clipboard
static void addOverworldShoreBiome(RegistryKey<Biome> primary, RegistryKey<Biome> shore, double weight)
canGenerateInNether
Link copied to clipboard
static boolean canGenerateInNether(RegistryKey<Biome> biome)
getEndBarrensMap
Link copied to clipboard
static Map<RegistryKey<Biome>, WeightedBiomePickergetEndBarrensMap()
getEndBiomesMap
Link copied to clipboard
static Map<RegistryKey<Biome>, WeightedBiomePickergetEndBiomesMap()
getEndMidlandsMap
Link copied to clipboard
static Map<RegistryKey<Biome>, WeightedBiomePickergetEndMidlandsMap()
getNetherBiomeNoisePoints
Link copied to clipboard
static Map<RegistryKey<Biome>, Biome.MixedNoisePointgetNetherBiomeNoisePoints()
getOverworldEdges
Link copied to clipboard
static Map<RegistryKey<Biome>, WeightedBiomePickergetOverworldEdges()
getOverworldHills
Link copied to clipboard
static Map<RegistryKey<Biome>, WeightedBiomePickergetOverworldHills()
getOverworldRivers
Link copied to clipboard
static Map<RegistryKey<Biome>, RegistryKey<Biome>> getOverworldRivers()
getOverworldShores
Link copied to clipboard
static Map<RegistryKey<Biome>, WeightedBiomePickergetOverworldShores()
getOverworldVariantTransformers
Link copied to clipboard
static Map<RegistryKey<Biome>, VariantTransformergetOverworldVariantTransformers()
setOverworldRiverBiome
Link copied to clipboard
static void setOverworldRiverBiome(RegistryKey<Biome> primary, RegistryKey<Biome> river)

Sources

jvm source
Link copied to clipboard