Interface | Description |
---|---|
BlockSnapshot |
An immutable representation of a
BlockState and any extra data that
may be associated with it, including TileEntity related data.. |
BlockSnapshotBuilder | |
BlockState |
Represents a particular "state" that can exist at a
Location with
a particular BlockType and various ImmutableValue s defining
the information for the "block". |
BlockStateBuilder |
An
ImmutableDataBuilder for a BlockState . |
BlockType |
Describes a base type of block.
|
ScheduledBlockUpdate |
Represents a scheduled block update.
|
Class | Description |
---|---|
BlockTypes |
An enumeration of all possible
BlockType s in vanilla minecraft. |
BlockState
that can be changed.