All Known Implementing Classes:
DefaultNoiseGenerator, OpenSimplexDefaultNoiseGenerator, PerlinDefaultNoiseGenerator, PorkianDefaultNoiseGenerator, SimplexDefaultNoiseGenerator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface NoiseGenerator
Creates instances of NoiseSource.
Author:
DaPorkchop_
  • Method Summary

    Modifier and Type
    Method
    Description
    net.daporkchop.lib.noise.NoiseSource
    create​(@NonNull net.daporkchop.lib.random.PRandom random)
    Creates a new NoiseSource using the given PRandom.
  • Method Details

    • create

      net.daporkchop.lib.noise.NoiseSource create(@NonNull @NonNull net.daporkchop.lib.random.PRandom random)
      Creates a new NoiseSource using the given PRandom.
      Parameters:
      random - an instance of PRandom to use for generating random numbers
      Returns:
      a new NoiseSource