Interface EntityVolume.Immutable
- 
- All Superinterfaces:
 BlockVolume,BlockVolume.Streamable<EntityVolume.Immutable>,BlockVolume.Unmodifiable<EntityVolume.Immutable>,EntityVolume,EntityVolume.Streamable<EntityVolume.Immutable>,EntityVolume.Unmodifiable<EntityVolume.Immutable>,ImmutableVolume,UnmodifiableVolume,Volume
- Enclosing interface:
 - EntityVolume
 
public static interface EntityVolume.Immutable extends EntityVolume.Unmodifiable<EntityVolume.Immutable>, ImmutableVolume
 
- 
- 
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>> 
- 
Nested classes/interfaces inherited from interface org.spongepowered.api.world.volume.entity.EntityVolume
EntityVolume.EntityVolumeFactory, EntityVolume.Immutable, EntityVolume.Modifiable<M extends EntityVolume.Modifiable<M>>, EntityVolume.Mutable, EntityVolume.Streamable<E extends EntityVolume.Streamable<E>>, EntityVolume.Unmodifiable<U extends EntityVolume.Unmodifiable<U>> 
 - 
 
- 
Method Summary
- 
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.Streamable
blockStateStream 
- 
Methods inherited from interface org.spongepowered.api.world.volume.entity.EntityVolume
entities, entities, entities, entities, entities, entity, nearbyEntities, nearestPlayer, players 
- 
Methods inherited from interface org.spongepowered.api.world.volume.entity.EntityVolume.Streamable
entityStream 
 - 
 
 -