Interface | Description |
---|---|
BlockMaterial |
Describes the material for a block.
|
TileEntityBlock |
Indicates a block that contains extra data identified as an NBT structure.
|
Class | Description |
---|---|
BaseBlock |
Represents a mutable "snapshot" of a block.
|
BaseItem |
Represents an item, without an amount value.
|
BaseItemStack |
Represents a stack of BaseItems.
|
BlockData |
Block data related classes.
|
BlockID |
List of block IDs.
|
Blocks |
Block-related utility methods.
|
ChestBlock |
Represents a chest block.
|
ClothColor.ID | |
ContainerBlock |
Represents a block that stores items.
|
DispenserBlock |
Represents dispensers.
|
FurnaceBlock |
Represents a furnace block.
|
ItemID |
List of item IDs.
|
LazyBlock |
A implementation of a lazy block for
InputExtent.getLazyBlock(Vector)
that takes the block's ID and metadata, but will defer loading of NBT
data until time of access. |
MobSpawnerBlock |
A mob spawner block.
|
NoteBlock |
A note block.
|
SignBlock |
Represents a sign block.
|
SkullBlock |
A skull block.
|
Enum | Description |
---|---|
BlockType |
Block types.
|
ClothColor |
The colors for wool.
|
ItemType |
An enum of types of items.
|