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, DoubleList amplitudes)
private static void
OctavePerlinNoiseSampler.method_34401(WorldGenRandom worldGenRandom)
static OctavePerlinNoiseSampler
OctavePerlinNoiseSampler.method_35480(WorldGenRandom worldGenRandom, int int2, double[] double2)
Constructors in net.minecraft.util.math.noise with parameters of type WorldGenRandomModifierConstructorDescriptionprivate
DoublePerlinNoiseSampler(WorldGenRandom random, int offset, DoubleList octaves)
InterpolatedNoiseSampler(WorldGenRandom random)
protected
OctavePerlinNoiseSampler(WorldGenRandom random, com.mojang.datafixers.util.Pair<Integer,DoubleList> offsetAndAmplitudes)
protected
OctavePerlinNoiseSampler(WorldGenRandom worldGenRandom, com.mojang.datafixers.util.Pair<Integer,DoubleList> pair, LongFunction<WorldGenRandom> longFunction)
private
OctavePerlinNoiseSampler(WorldGenRandom random, IntSortedSet octaves)
private
OctavePerlinNoiseSampler(WorldGenRandom worldGenRandom, IntSortedSet intSortedSet, LongFunction<WorldGenRandom> longFunction)
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 worldGenRandom, com.mojang.datafixers.util.Pair<Integer,DoubleList> pair, LongFunction<WorldGenRandom> longFunction)
private
OctavePerlinNoiseSampler(WorldGenRandom worldGenRandom, IntSortedSet intSortedSet, LongFunction<WorldGenRandom> longFunction)
-
Uses of WorldGenRandom in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement WorldGenRandomConstructors in net.minecraft.world.gen with parameters of type WorldGenRandom