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 a
BlockVolume except in the case that
while the parent volume can potentially be a MutableVolume,
this volume returned will not be. This is useful if needing to simply
scan blocks or use Streams 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, biomeMethods inherited from interface org.spongepowered.api.world.volume.biome.BiomeVolume.Streamable
biomeStream