Uses of Interface
net.minecraft.world.gen.WorldGenRandom
-
Uses of WorldGenRandom in net.minecraft.util.math.noise
Modifier 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)
ModifierConstructorDescriptionprivate
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 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)
ModifierConstructorDescriptionprotected
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
Modifier and TypeMethodDescriptionOreVeinGenerator.sample(WorldGenRandom random, int x, int y, int z, double double2, double double3, double double4)