Interface EndIslands

All Superinterfaces:
DensityFunction, Keyed, Registerable<EndIslands>, Wrapper

@NullMarked @AsOf("3.0.0") public interface EndIslands extends DensityFunction, Registerable<EndIslands>
Samples at the current position using the noise algorithm used for end islands. Its minimum value is -0.84375 and its maximum value is 0.5625.
Since:
3.0.0
See Also:
  • Method Details

    • seed

      @AsOf("3.0.0") long seed()
      The seed used to generate the end islands noise.
      Returns:
      the seed
      Since:
      3.0.0
    • of

      @AsOf("3.0.0") static EndIslands of(@Nullable ResourceKey resourceKey, long seed)
      Creates a new end islands density function.
      Parameters:
      resourceKey - the resource key, or null
      seed - the seed used to generate the end islands noise
      Returns:
      a new end islands density function
      Since:
      3.0.0
    • of

      @AsOf("3.0.0") static EndIslands of(long seed)
      Creates a new end islands density function.
      Parameters:
      seed - the seed used to generate the end islands noise
      Returns:
      a new end islands density function
      Since:
      3.0.0