Interface BiomeVolumeFactory
- 
public interface BiomeVolumeFactory 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BiomeVolume.Mutablecopy(BiomeVolume.Streamable<?> existing)BiomeVolume.MutablecopyFromRange(BiomeVolume.Streamable<?> existing, Vector3i newMin, Vector3i newMax)BiomeVolume.Mutableempty(Palette<Biome,Biome> palette, RegistryReference<Biome> defaultBiome, Vector3i min, Vector3i max)UnrealizedBiomeVolume.Mutableempty(Vector3i min, Vector3i max)BiomeVolume.ImmutableimmutableOf(BiomeVolume.Streamable<?> existing)BiomeVolume.ImmutableimmutableOf(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)
 
 - 
 
 -