Interface BiomeVolume.Unmodifiable<U extends BiomeVolume.Unmodifiable<U>>
-
- All Superinterfaces:
BiomeVolume
,BiomeVolume.Streamable<U>
,UnmodifiableVolume
,Volume
- All Known Subinterfaces:
BiomeVolume.Immutable
,Virtualized.Immutable
- Enclosing interface:
- BiomeVolume
public static interface BiomeVolume.Unmodifiable<U extends BiomeVolume.Unmodifiable<U>> extends BiomeVolume, BiomeVolume.Streamable<U>, UnmodifiableVolume
Like aBlockVolume
except in the case that while the parent volume can potentially be aMutableVolume
, this volume returned will not be. This is useful if needing to simply scan blocks or useStream
s to perform various operations.
-
-
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
-
Methods inherited from interface org.spongepowered.api.world.volume.biome.BiomeVolume
biome, biome
-
Methods inherited from interface org.spongepowered.api.world.volume.biome.BiomeVolume.Streamable
biomeStream
-
-