Package org.spongepowered.api.world.volume.block
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.world.volume.block
-
ClassDescriptionBlockVolume.Modifiable<M extends BlockVolume.Modifiable<M>>BlockVolume.Streamable<B extends BlockVolume.Streamable<B>>BlockVolume.Unmodifiable<U extends BlockVolume.Unmodifiable<U>>Like a
BlockVolume
except in the case that while the parent volume can potentially be aMutableVolume
, this volume returned will not be.PhysicsAwareMutableBlockVolume<P extends PhysicsAwareMutableBlockVolume<P>>