Uses of Class
net.minecraft.world.level.levelgen.synth.BlendedNoise
Packages that use BlendedNoise
-
Uses of BlendedNoise in net.minecraft.world.level.levelgen.synth
Fields in net.minecraft.world.level.levelgen.synth with type parameters of type BlendedNoiseModifier and TypeFieldDescriptionstatic final KeyDispatchDataCodec
<BlendedNoise> BlendedNoise.CODEC
private static final com.mojang.serialization.MapCodec
<BlendedNoise> BlendedNoise.DATA_CODEC
Methods in net.minecraft.world.level.levelgen.synth that return BlendedNoiseModifier and TypeMethodDescriptionstatic BlendedNoise
BlendedNoise.createUnseeded
(double pXzScale, double pYScale, double pXzFactor, double pYFactor, double pSmearScaleMultiplier) BlendedNoise.withNewRandom
(RandomSource pRandom)