Interface BiomeVolume.Streamable<B extends BiomeVolume.Streamable<B>>
-
- All Superinterfaces:
BiomeVolume
,Volume
- All Known Subinterfaces:
ArchetypeVolume
,BiomeVolume.Immutable
,BiomeVolume.Modifiable<M>
,BiomeVolume.Mutable
,BiomeVolume.Unmodifiable<U>
,Chunk<P>
,ClientWorld
,GenerationChunk
,GenerationRegion
,Region<R>
,Schematic
,ServerWorld
,Virtualized.Immutable
,World<W,L>
,WorldChunk
,WorldLike<P>
- Enclosing interface:
- BiomeVolume
public static interface BiomeVolume.Streamable<B extends BiomeVolume.Streamable<B>> extends BiomeVolume
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.world.volume.biome.BiomeVolume
BiomeVolume.Immutable, BiomeVolume.Modifiable<M extends BiomeVolume.Modifiable<M>>, BiomeVolume.Mutable, BiomeVolume.Streamable<B extends BiomeVolume.Streamable<B>>, BiomeVolume.Unmodifiable<U extends BiomeVolume.Unmodifiable<U>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VolumeStream<B,Biome>
biomeStream(Vector3i min, Vector3i max, StreamOptions options)
Gets aVolumeStream
<B,
Biome
> from this volume such that themin
andmax
are contained within this volume.-
Methods inherited from interface org.spongepowered.api.world.volume.biome.BiomeVolume
biome, biome
-
-
-
-
Method Detail
-
biomeStream
VolumeStream<B,Biome> biomeStream(Vector3i min, Vector3i max, StreamOptions options)
Gets aVolumeStream
<B,
Biome
> from this volume such that themin
andmax
are contained within this volume.- Parameters:
min
- The minimum coordinate setmax
- The maximum coordinate setoptions
- The options to construct the stream- Returns:
- The volume stream
-
-