@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.block
An API section where "blocks" are represented. A block is a tile in the 3D
 game universe. Each "block" has a
 
BlockState that can be changed.- 
Interface Summary Interface Description BlockSnapshot An immutable representation of aBlockStateand any extra data that may be associated with it, includingBlockEntityrelated data.BlockSnapshot.Builder BlockSnapshot.Factory BlockSoundGroup Represents sounds for a block.BlockState Represents a particular "state" that can exist at aServerLocationwith a particularBlockTypeand variousValue.Immutables defining the information for the "block".BlockState.Builder AnDataHolderBuilder.Immutablefor aBlockState.BlockType Describes a base type of block.
- 
Class Summary Class Description BlockTypes