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 DoublePerlinNoiseSamplerDoublePerlinNoiseSampler.create(WorldGenRandom random, int offset, double[] octaves)static DoublePerlinNoiseSamplerDoublePerlinNoiseSampler.create(WorldGenRandom random, int offset, DoubleList octaves)static OctavePerlinNoiseSamplerOctavePerlinNoiseSampler.create(WorldGenRandom random, int offset, double[] amplitudes)static OctavePerlinNoiseSamplerOctavePerlinNoiseSampler.create(WorldGenRandom random, int offset, DoubleList amplitudes)private static voidOctavePerlinNoiseSampler.skipCalls(WorldGenRandom random)Constructors in net.minecraft.util.math.noise with parameters of type WorldGenRandomModifierConstructorDescriptionprivateDoublePerlinNoiseSampler(WorldGenRandom random, int offset, DoubleList octaves)InterpolatedNoiseSampler(WorldGenRandom random)protectedOctavePerlinNoiseSampler(WorldGenRandom random, com.mojang.datafixers.util.Pair<Integer,DoubleList> offsetAndAmplitudes)protectedOctavePerlinNoiseSampler(WorldGenRandom random, com.mojang.datafixers.util.Pair<Integer,DoubleList> octaves, LongFunction<WorldGenRandom> randomFunction)privateOctavePerlinNoiseSampler(WorldGenRandom random, IntSortedSet octaves)privateOctavePerlinNoiseSampler(WorldGenRandom random, IntSortedSet octaves, LongFunction<WorldGenRandom> randomFunction)OctavePerlinNoiseSampler(WorldGenRandom random, List<Integer> octaves)OctavePerlinNoiseSampler(WorldGenRandom random, IntStream octaves)privateOctaveSimplexNoiseSampler(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 WorldGenRandomModifierConstructorDescriptionprotectedOctavePerlinNoiseSampler(WorldGenRandom random, com.mojang.datafixers.util.Pair<Integer,DoubleList> octaves, LongFunction<WorldGenRandom> randomFunction)privateOctavePerlinNoiseSampler(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