Interface ReferencedNoiseParameters

All Superinterfaces:
Keyed, NoiseParameters, Wrapper

@NullMarked @AsOf("3.0.0") public interface ReferencedNoiseParameters extends NoiseParameters
A reference to an existing noise parameters.
Since:
3.0.0
  • Method Details

    • of

      @AsOf("3.0.0") static ReferencedNoiseParameters of(ResourceKey key)
      Create a new reference to a noise parameters.
      Parameters:
      key - the key of the noise parameters
      Returns:
      the new reference
      Since:
      3.0.0