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 Summary
Modifier and TypeMethodDescriptionstatic EndIslandsof(long seed) Creates a new end islands density function.static EndIslandsof(@Nullable ResourceKey resourceKey, long seed) Creates a new end islands density function.longseed()The seed used to generate the end islands noise.Methods inherited from interface DensityFunction
abs, add, blendDensity, cache2d, cacheAllInCell, cacheOnce, clamp, cube, findTopSurface, flatCache, halfNegative, interpolated, invert, max, min, mul, quarterNegative, rangeChoice, resourceKey, square, squeeze, wrapMethods inherited from interface Registerable
registerMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
seed
The seed used to generate the end islands noise.- Returns:
- the seed
- Since:
- 3.0.0
-
of
Creates a new end islands density function.- Parameters:
resourceKey- the resource key, or nullseed- the seed used to generate the end islands noise- Returns:
- a new end islands density function
- Since:
- 3.0.0
-
of
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
-