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