Interface BlockVolumeFactory
public interface BlockVolumeFactory
- 
Method SummaryModifier and TypeMethodDescriptioncopy(BlockVolume.Streamable<@NonNull ?> existing) copyFromRange(BlockVolume.Streamable<@NonNull ?> existing, Vector3i newMin, Vector3i newMax) empty(Palette<BlockState, BlockType> palette, RegistryReference<BlockType> defaultState, Vector3i min, Vector3i max) immutableOf(BlockVolume.Streamable<@NonNull ?> existing) immutableOf(BlockVolume.Streamable<@NonNull ?> existing, Vector3i newMin, Vector3i newMax) 
- 
Method Details- 
emptyBlockVolume.Mutable empty(Palette<BlockState, BlockType> palette, RegistryReference<BlockType> defaultState, Vector3i min, Vector3i max) 
- 
copyFromRangeBlockVolume.Mutable copyFromRange(BlockVolume.Streamable<@NonNull ?> existing, Vector3i newMin, Vector3i newMax) 
- 
copy
- 
immutableOf
- 
immutableOfBlockVolume.Immutable immutableOf(BlockVolume.Streamable<@NonNull ?> existing, Vector3i newMin, Vector3i newMax) 
 
-