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 com.mojang.serialization.Codec<Biome.MixedNoisePoint>
Biome.MixedNoisePoint.CODEC
Methods in net.minecraft.world.biome with parameters of type Biome.MixedNoisePointModifier and TypeMethodDescriptionfloat
Biome.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 List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Supplier<Biome>>>
MultiNoiseBiomeSource.biomePoints
Methods 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 long2, List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Supplier<Biome>>> list)
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)
private
MultiNoiseBiomeSource(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)
private
MultiNoiseBiomeSource(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)