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