Interface BiomeVolumeFactory
-
public interface BiomeVolumeFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BiomeVolume.Mutable
copy(BiomeVolume.Streamable<?> existing)
BiomeVolume.Mutable
copyFromRange(BiomeVolume.Streamable<?> existing, Vector3i newMin, Vector3i newMax)
BiomeVolume.Mutable
empty(Palette<Biome,Biome> palette, RegistryReference<Biome> defaultBiome, Vector3i min, Vector3i max)
UnrealizedBiomeVolume.Mutable
empty(Vector3i min, Vector3i max)
BiomeVolume.Immutable
immutableOf(BiomeVolume.Streamable<?> existing)
BiomeVolume.Immutable
immutableOf(BiomeVolume.Streamable<?> existing, Vector3i newMin, Vector3i newMax)
-
-
-
Method Detail
-
empty
BiomeVolume.Mutable empty(Palette<Biome,Biome> palette, RegistryReference<Biome> defaultBiome, Vector3i min, Vector3i max)
-
copyFromRange
BiomeVolume.Mutable copyFromRange(BiomeVolume.Streamable<?> existing, Vector3i newMin, Vector3i newMax)
-
copy
BiomeVolume.Mutable copy(BiomeVolume.Streamable<?> existing)
-
immutableOf
BiomeVolume.Immutable immutableOf(BiomeVolume.Streamable<?> existing)
-
immutableOf
BiomeVolume.Immutable immutableOf(BiomeVolume.Streamable<?> existing, Vector3i newMin, Vector3i newMax)
-
empty
UnrealizedBiomeVolume.Mutable empty(Vector3i min, Vector3i max)
-
-