| Interface | Description |
|---|---|
| BlockProperty |
Block properties.
|
| Extractable |
Implement this interface on BlockLogics which allow extraction of
objects into them.
|
| Insertable |
Implement this interface on BlockLogics which allow insertion of
objects into them.
|
| Class | Description |
|---|---|
| BlockProperty.BlockSound |
The block sounds associated with a block.
|
| BlockProperty.Hardness |
The breaking difficulty of a block, or how long it takes to break a block.
|
| BlockProperty.Opacity |
The opacity associated with a block.
|
| BlockProperty.Replaceable |
Indicates whether the block is replaceable.
|
| BlockProperty.Resistance |
The blast resistance of a block, indicates how many cubic meters of TNT are needed to explode it.
|
| Connectable<C> |
A component that defines a connection with another.
|
| LightEmitter |
| Enum | Description |
|---|---|
| BlockProperty.BlockSound.BlockSoundTrigger |
Triggers for sounds to play on the location of a block
|