Interface BlockEntityVolume.Modifiable<M extends BlockEntityVolume.Modifiable<M>>
- All Superinterfaces:
- BlockEntityVolume,- BlockEntityVolume.Streamable<M>,- BlockVolume,- BlockVolume.Modifiable<M>,- BlockVolume.Streamable<M>,- MutableVolume,- Volume
- All Known Subinterfaces:
- BlockEntityVolume.Mutable,- Chunk<P>,- ClientWorld,- GenerationChunk,- GenerationRegion,- ServerWorld,- World<W,,- L> - WorldChunk,- WorldLike<P>
- Enclosing interface:
- BlockEntityVolume
public static interface BlockEntityVolume.Modifiable<M extends BlockEntityVolume.Modifiable<M>>
extends BlockEntityVolume.Streamable<M>, BlockVolume.Modifiable<M>, MutableVolume
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.spongepowered.api.world.volume.block.entity.BlockEntityVolumeBlockEntityVolume.Modifiable<M extends BlockEntityVolume.Modifiable<M>>, BlockEntityVolume.Mutable, BlockEntityVolume.Streamable<T extends BlockEntityVolume.Streamable<T>>, BlockEntityVolume.Unmodifiable<U extends BlockEntityVolume.Unmodifiable<U>>Nested classes/interfaces inherited from interface org.spongepowered.api.world.volume.block.BlockVolumeBlockVolume.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 SummaryModifier and TypeMethodDescriptionvoidaddBlockEntity(int x, int y, int z, BlockEntity blockEntity) default voidaddBlockEntity(Vector3i pos, BlockEntity blockEntity) voidremoveBlockEntity(int x, int y, int z) default voidMethods inherited from interface org.spongepowered.api.world.volume.block.entity.BlockEntityVolumeblockEntities, blockEntities, blockEntity, blockEntityMethods inherited from interface org.spongepowered.api.world.volume.block.entity.BlockEntityVolume.StreamableblockEntityStreamMethods inherited from interface org.spongepowered.api.world.volume.block.BlockVolumeblock, block, blockPalette, fluid, fluid, highestPositionAt, highestYAt, highestYAtMethods inherited from interface org.spongepowered.api.world.volume.block.BlockVolume.ModifiableremoveBlock, removeBlock, setBlock, setBlockMethods inherited from interface org.spongepowered.api.world.volume.block.BlockVolume.StreamableblockStateStream
- 
Method Details- 
addBlockEntity
- 
addBlockEntity
- 
removeBlockEntity
- 
removeBlockEntityvoid removeBlockEntity(int x, int y, int z) 
 
-