- All Superinterfaces:
- Volume
- All Known Subinterfaces:
- UnrealizedBiomeVolume<B>,- UnrealizedBiomeVolume.Immutable,- UnrealizedBiomeVolume.Modifiable<B,MB>,- UnrealizedBiomeVolume.Mutable,- UnrealizedBiomeVolume.Streamable<B,BU>,- UnrealizedBiomeVolume.Unmodifiable<U,BU>,- Virtualized.Mutable<T,M,MU>,- Virtualized.Streamable<T,B,S>,- Virtualized.Unmodifiable<T,U,RU>
public interface Virtualized<T,R extends Volume>
extends Volume 
- 
Nested Class SummaryNested Classes 
static interface 
   static interface 
   static interface 
   static interface 
 
Like a  BlockVolume except in the case that
 while the parent volume can potentially be a  MutableVolume,
 this volume returned will not be. 
 
 
- 
Method Summary
Gets the  Biome at the given location. 
   
Gets an object representing the biome at the given position. 
     
 
 
 
- 
Method Details
- 
- 
atGets an object representing the biome at the given position. 
- Parameters:
- position- The position
- Returns:
- The biome
- Throws:
- PositionOutOfBoundsException- If the position is outside of the
         bounds of the volume
 
- 
atGets the  Biome at the given location. 
- Parameters:
- x- The X position
- y- The Y position
- z- The Z position
- Returns:
- The biome
- Throws:
- PositionOutOfBoundsException- If the position is outside of the
         bounds of the volume
 
- 
-