Uses of Interface
net.minecraft.world.gen.WorldGenRandom
Packages that use WorldGenRandom
-
Uses of WorldGenRandom in net.minecraft.util.math.noise
Methods in net.minecraft.util.math.noise with parameters of type WorldGenRandomModifier and TypeMethodDescriptionstatic DoublePerlinNoiseSampler
DoublePerlinNoiseSampler.create
(WorldGenRandom random, int offset, double[] octaves) static DoublePerlinNoiseSampler
DoublePerlinNoiseSampler.create
(WorldGenRandom random, int offset, DoubleList octaves) static OctavePerlinNoiseSampler
OctavePerlinNoiseSampler.create
(WorldGenRandom random, int offset, double[] amplitudes) static OctavePerlinNoiseSampler
OctavePerlinNoiseSampler.create
(WorldGenRandom random, int offset, DoubleList amplitudes) private static void
OctavePerlinNoiseSampler.skipCalls
(WorldGenRandom random) Constructors in net.minecraft.util.math.noise with parameters of type WorldGenRandomModifierConstructorDescriptionprivate
DoublePerlinNoiseSampler
(WorldGenRandom random, int offset, DoubleList octaves) protected
OctavePerlinNoiseSampler
(WorldGenRandom random, com.mojang.datafixers.util.Pair<Integer, DoubleList> offsetAndAmplitudes) protected
OctavePerlinNoiseSampler
(WorldGenRandom random, com.mojang.datafixers.util.Pair<Integer, DoubleList> octaves, LongFunction<WorldGenRandom> randomFunction) private
OctavePerlinNoiseSampler
(WorldGenRandom random, IntSortedSet octaves) private
OctavePerlinNoiseSampler
(WorldGenRandom random, IntSortedSet octaves, LongFunction<WorldGenRandom> randomFunction) OctavePerlinNoiseSampler
(WorldGenRandom random, List<Integer> octaves) OctavePerlinNoiseSampler
(WorldGenRandom random, IntStream octaves) private
OctaveSimplexNoiseSampler
(WorldGenRandom random, IntSortedSet octaves) OctaveSimplexNoiseSampler
(WorldGenRandom random, List<Integer> octaves) OctaveSimplexNoiseSampler
(WorldGenRandom random, IntStream octaves) PerlinNoiseSampler
(WorldGenRandom random) SimplexNoiseSampler
(WorldGenRandom random) Constructor parameters in net.minecraft.util.math.noise with type arguments of type WorldGenRandomModifierConstructorDescriptionprotected
OctavePerlinNoiseSampler
(WorldGenRandom random, com.mojang.datafixers.util.Pair<Integer, DoubleList> octaves, LongFunction<WorldGenRandom> randomFunction) private
OctavePerlinNoiseSampler
(WorldGenRandom random, IntSortedSet octaves, LongFunction<WorldGenRandom> randomFunction) -
Uses of WorldGenRandom in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement WorldGenRandomMethods in net.minecraft.world.gen with parameters of type WorldGenRandomModifier and TypeMethodDescriptionOreVeinGenerator.sample
(WorldGenRandom random, int x, int y, int z, double double2, double double3, double double4) Constructors in net.minecraft.world.gen with parameters of type WorldGenRandom