Uses of Class
net.minecraft.world.biome.Biome.MixedNoisePoint
Packages that use Biome.MixedNoisePoint
-
Uses of Biome.MixedNoisePoint in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type Biome.MixedNoisePointModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Biome.MixedNoisePoint>Biome.MixedNoisePoint.CODECMethods in net.minecraft.world.biome with parameters of type Biome.MixedNoisePointModifier and TypeMethodDescriptionfloatBiome.MixedNoisePoint.calculateDistanceTo(Biome.MixedNoisePoint other) Calculates the distance from this noise point to another one. -
Uses of Biome.MixedNoisePoint in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source with type parameters of type Biome.MixedNoisePointModifier and TypeFieldDescriptionprivate final List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Supplier<Biome>>> MultiNoiseBiomeSource.biomePointsMethods in net.minecraft.world.biome.source that return types with arguments of type Biome.MixedNoisePointModifier and TypeMethodDescriptionstatic ImmutableList<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Supplier<Biome>>> MultiNoiseBiomeSource.method_35241(Registry<Biome> registry) Constructor parameters in net.minecraft.world.biome.source with type arguments of type Biome.MixedNoisePointModifierConstructorDescriptionMultiNoiseBiomeSource(long seed, List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint, Supplier<Biome>>> biomePoints) (package private)MultiNoiseBiomeSource(long seed, List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint, Supplier<Biome>>> biomePoints, Optional<com.mojang.datafixers.util.Pair<Registry<Biome>, MultiNoiseBiomeSource.Preset>> instance) privateMultiNoiseBiomeSource(long seed, List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint, Supplier<Biome>>> biomePoints, MultiNoiseBiomeSource.NoiseParameters temperatureNoiseParameters, MultiNoiseBiomeSource.NoiseParameters humidityNoiseParameters, MultiNoiseBiomeSource.NoiseParameters altitudeNoiseParameters, MultiNoiseBiomeSource.NoiseParameters weirdnessNoiseParameters) privateMultiNoiseBiomeSource(long seed, List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint, Supplier<Biome>>> biomePoints, MultiNoiseBiomeSource.NoiseParameters temperatureNoiseParameters, MultiNoiseBiomeSource.NoiseParameters humidityNoiseParameters, MultiNoiseBiomeSource.NoiseParameters altitudeNoiseParameters, MultiNoiseBiomeSource.NoiseParameters weirdnessNoiseParameters, Optional<com.mojang.datafixers.util.Pair<Registry<Biome>, MultiNoiseBiomeSource.Preset>> instance)