Interface BlockVolume.Mutable
-
- All Superinterfaces:
BlockVolume
,BlockVolume.Modifiable<BlockVolume.Mutable>
,BlockVolume.Streamable<BlockVolume.Mutable>
,MutableVolume
,Volume
- Enclosing interface:
- BlockVolume
public static interface BlockVolume.Mutable extends BlockVolume.Modifiable<BlockVolume.Mutable>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.world.volume.block.BlockVolume
BlockVolume.Immutable, BlockVolume.Modifiable<M extends BlockVolume.Modifiable<M>>, BlockVolume.Mutable, BlockVolume.Streamable<B extends BlockVolume.Streamable<B>>, BlockVolume.Unmodifiable<U extends BlockVolume.Unmodifiable<U>>
-
-
Method Summary
Static Methods Modifier and Type Method Description static BlockVolume.Mutable
empty(Palette<BlockState,BlockType> palette, RegistryReference<BlockType> defaultState, Vector3i min, Vector3i max)
static BlockVolume.Mutable
empty(Vector3i min, Vector3i max)
-
Methods inherited from interface org.spongepowered.api.world.volume.block.BlockVolume
block, block, fluid, fluid, highestPositionAt, highestYAt, highestYAt
-
Methods inherited from interface org.spongepowered.api.world.volume.block.BlockVolume.Modifiable
removeBlock, removeBlock, setBlock, setBlock
-
Methods inherited from interface org.spongepowered.api.world.volume.block.BlockVolume.Streamable
blockStateStream
-
-
-
-
Method Detail
-
empty
static BlockVolume.Mutable empty(Vector3i min, Vector3i max)
-
empty
static BlockVolume.Mutable empty(Palette<BlockState,BlockType> palette, RegistryReference<BlockType> defaultState, Vector3i min, Vector3i max)
-
-