pub unsafe extern "C" fn genEndScaled(
en: *const EndNoise,
out: *mut c_int,
r: Range,
mc: c_int,
sha: u64,
) -> c_intExpand description
The scaled End generation supports scales 1, 4, 16, and 64. The End biomes are usually 2D, but in 1.15+ there is 3D voronoi noise, which is controlled by the ‘sha’ hash of the seed. For scales higher than 1:1, and versions up to 1.14, ‘sha’ is ignored.