Package org.spongepowered.api.block
@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.
- 
ClassDescriptionAn immutable representation of aBlockStateand any extra data that may be associated with it, includingBlockEntityrelated data.Represents sounds for a block.Represents a particular "state" that can exist at aServerLocationwith a particularBlockTypeand variousValue.Immutables defining the information for the "block".AnDataHolderBuilder.Immutablefor aBlockState.Describes a base type of block.