Interface UpdatableVolume
- All Superinterfaces:
- BlockVolume,- Volume
- All Known Subinterfaces:
- Chunk<P>,- ClientWorld,- GenerationChunk,- GenerationRegion,- ServerWorld,- World<W,,- L> - WorldChunk,- WorldLike<P>
- 
Nested Class SummaryNested 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 TypeMethodDescriptionMethods inherited from interface org.spongepowered.api.world.volume.block.BlockVolumeblock, block, blockPalette, fluid, fluid, highestPositionAt, highestYAt, highestYAt
- 
Method Details- 
scheduledBlockUpdatesScheduledUpdateList<BlockType> scheduledBlockUpdates()
- 
scheduledFluidUpdatesScheduledUpdateList<FluidType> scheduledFluidUpdates()
 
-