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