| Package | Description |
|---|---|
| net.minecraftforge.event | |
| net.minecraftforge.event.world |
| Modifier and Type | Method and Description |
|---|---|
static BlockEvent.EntityPlaceEvent |
ForgeEventFactory.onBlockPlace(Entity entity,
BlockSnapshot blockSnapshot,
EnumFacing direction) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BlockEvent.EntityMultiPlaceEvent
Fired when a single block placement triggers the
creation of multiple blocks(e.g.
|
static class |
BlockEvent.MultiPlaceEvent
Fired when a single block placement action of a player triggers the
creation of multiple blocks(e.g.
|
static class |
BlockEvent.PlaceEvent
Deprecated.
|