Interface BlockVolumeFactory
- 
 public interface BlockVolumeFactory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockVolume.Mutablecopy(BlockVolume.Streamable<?> existing)BlockVolume.MutablecopyFromRange(BlockVolume.Streamable<?> existing, Vector3i newMin, Vector3i newMax)BlockVolume.Mutableempty(Palette<BlockState,BlockType> palette, RegistryReference<BlockType> defaultState, Vector3i min, Vector3i max)BlockVolume.ImmutableimmutableOf(BlockVolume.Streamable<?> existing)BlockVolume.ImmutableimmutableOf(BlockVolume.Streamable<?> existing, Vector3i newMin, Vector3i newMax)
 
- 
- 
- 
Method Detail- 
emptyBlockVolume.Mutable empty(Palette<BlockState,BlockType> palette, RegistryReference<BlockType> defaultState, Vector3i min, Vector3i max) 
 - 
copyFromRangeBlockVolume.Mutable copyFromRange(BlockVolume.Streamable<?> existing, Vector3i newMin, Vector3i newMax) 
 - 
copyBlockVolume.Mutable copy(BlockVolume.Streamable<?> existing) 
 - 
immutableOfBlockVolume.Immutable immutableOf(BlockVolume.Streamable<?> existing) 
 - 
immutableOfBlockVolume.Immutable immutableOf(BlockVolume.Streamable<?> existing, Vector3i newMin, Vector3i newMax) 
 
- 
 
-