Interface EnvironmentalVolume
- 
- All Superinterfaces:
- BiomeVolume,- BlockEntityVolume,- BlockVolume,- LocationBaseDataHolder,- PrimitiveGameVolume,- Volume
 - All Known Subinterfaces:
- ClientWorld,- GenerationRegion,- Region<R>,- ServerWorld,- World<W,L>,- WorldLike<P>
 
 public interface EnvironmentalVolume extends PrimitiveGameVolume, BiomeVolume 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.spongepowered.api.world.volume.biome.BiomeVolumeBiomeVolume.Immutable, BiomeVolume.Modifiable<M extends BiomeVolume.Modifiable<M>>, BiomeVolume.Mutable, BiomeVolume.Streamable<B extends BiomeVolume.Streamable<B>>, BiomeVolume.Unmodifiable<U extends BiomeVolume.Unmodifiable<U>>
 - 
Nested classes/interfaces inherited from interface org.spongepowered.api.world.volume.block.entity.BlockEntityVolumeBlockEntityVolume.Modifiable<M extends BlockEntityVolume.Modifiable<M>>, BlockEntityVolume.Mutable, BlockEntityVolume.Streamable<T extends BlockEntityVolume.Streamable<T>>, BlockEntityVolume.Unmodifiable<U extends BlockEntityVolume.Unmodifiable<U>>
 - 
Nested classes/interfaces inherited from interface org.spongepowered.api.world.volume.block.BlockVolumeBlockVolume.Immutable, BlockVolume.Modifiable<M extends BlockVolume.Modifiable<M>>, BlockVolume.Mutable, BlockVolume.Streamable<B extends BlockVolume.Streamable<B>>, BlockVolume.Unmodifiable<U extends BlockVolume.Unmodifiable<U>>
 - 
Nested classes/interfaces inherited from interface org.spongepowered.api.world.volume.game.LocationBaseDataHolderLocationBaseDataHolder.Mutable
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleanisSkylightMax(Vector3i position)default intlight(int x, int y, int z)default intlight(Supplier<? extends LightType> type, int x, int y, int z)default intlight(Supplier<? extends LightType> type, Vector3i position)intlight(LightType type, int x, int y, int z)default intlight(LightType type, Vector3i position)default intlight(Vector3i position)- 
Methods inherited from interface org.spongepowered.api.world.volume.biome.BiomeVolumebiome, biome
 - 
Methods inherited from interface org.spongepowered.api.world.volume.block.entity.BlockEntityVolumeblockEntities, blockEntities, blockEntity, blockEntity
 - 
Methods inherited from interface org.spongepowered.api.world.volume.block.BlockVolumeblock, block, fluid, fluid, highestPositionAt, highestYAt, highestYAt
 - 
Methods inherited from interface org.spongepowered.api.world.volume.game.LocationBaseDataHolderget, get, get, get, getDouble, getDouble, getDouble, getDouble, getInt, getInt, getInt, getInt, getLong, getLong, getLong, getLong, getValue, getValue, getValue, getValue, getValues, getValues, keys, keys, orElse, orElse, orElse, orElse, orElse, orElse, orElse, orElse, orNull, orNull, orNull, orNull, require, require, require, require, supports, supports, supports, supports, supports, supports
 - 
Methods inherited from interface org.spongepowered.api.world.volume.game.PrimitiveGameVolumeemittedLight, emittedLight, height, maximumLight
 
- 
 
-