public class BlockEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
private Block |
block |
private int |
data |
private BlockPos |
pos |
private int |
type |
| Constructor and Description |
|---|
BlockEvent(BlockPos pos,
Block block,
int type,
int data) |