Interface BiomeVolume.Mutable
-
- All Superinterfaces:
BiomeVolume
,BiomeVolume.Modifiable<BiomeVolume.Mutable>
,BiomeVolume.Streamable<BiomeVolume.Mutable>
,MutableVolume
,Volume
- Enclosing interface:
- BiomeVolume
public static interface BiomeVolume.Mutable extends BiomeVolume.Modifiable<BiomeVolume.Mutable>
-
-
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.Modifiable
setBiome, setBiome
-
Methods inherited from interface org.spongepowered.api.world.volume.biome.BiomeVolume.Streamable
biomeStream
-
-