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