public abstract class BlockEvent extends CancelableEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
BlockEvent.Change
Event is triggered when a block in the world changes.
|
static class |
BlockEvent.Register
Event is triggered when a BlockFactory is registered.
|
Event.Result| Modifier and Type | Field and Description |
|---|---|
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
position |
World |
world |
| Constructor and Description |
|---|
BlockEvent(World world,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D position) |
cancel, isCanceled