@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 aBlockState
and any extra data that may be associated with it, includingBlockEntity
related data.BlockSnapshot.Builder BlockSnapshot.Factory BlockSoundGroup Represents sounds for a block.BlockState Represents a particular "state" that can exist at aServerLocation
with a particularBlockType
and variousValue.Immutable
s defining the information for the "block".BlockState.Builder AnDataHolderBuilder.Immutable
for aBlockState
.BlockType Describes a base type of block. -
Class Summary Class Description BlockTypes