Interface BiomeVolumeFactory
public interface BiomeVolumeFactory
-
Method Summary
Modifier and TypeMethodDescriptioncopy
(BiomeVolume.Streamable<? extends @NonNull Object> existing) copyFromRange
(BiomeVolume.Streamable<? extends @NonNull Object> existing, Vector3i newMin, Vector3i newMax) empty
(Palette<Biome, Biome> palette, RegistryReference<Biome> defaultBiome, Vector3i min, Vector3i max) immutableOf
(BiomeVolume.Streamable<? extends @NonNull Object> existing) immutableOf
(BiomeVolume.Streamable<? extends @NonNull Object> existing, Vector3i newMin, Vector3i newMax)
-
Method Details
-
empty
BiomeVolume.Mutable empty(Palette<Biome, Biome> palette, RegistryReference<Biome> defaultBiome, Vector3i min, Vector3i max) -
copyFromRange
BiomeVolume.Mutable copyFromRange(BiomeVolume.Streamable<? extends @NonNull Object> existing, Vector3i newMin, Vector3i newMax) -
copy
-
immutableOf
-
immutableOf
BiomeVolume.Immutable immutableOf(BiomeVolume.Streamable<? extends @NonNull Object> existing, Vector3i newMin, Vector3i newMax) -
empty
-