Interface ReferencedNoise

All Superinterfaces:
Noise, Wrapper

@NullMarked @AsOf("2.4.0") public interface ReferencedNoise extends Noise
A reference to a noise function.
Since:
3.0.0
  • Method Details

    • of

      @AsOf("3.0.0") static ReferencedNoise of(ResourceKey resourceKey)
      The resource key of the noise function.
      Parameters:
      resourceKey - the resource key of the noise function
      Returns:
      the noise function
      Since:
      3.0.0