Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Classes that extend BlockEvent
- BlockComponentEntityFallOnEvent
- BlockComponentOnPlaceEvent
- BlockComponentPlayerBreakEvent
- BlockComponentPlayerInteractEvent
- BlockComponentPlayerPlaceBeforeEvent
- BlockComponentRandomTickEvent
- BlockComponentStepOffEvent
- BlockComponentStepOnEvent
- BlockComponentTickEvent
- BlockExplodeAfterEvent
- ButtonPushAfterEvent
- LeverActionAfterEvent
- PistonActivateAfterEvent
- PlayerBreakBlockAfterEvent
- PlayerBreakBlockBeforeEvent
- PlayerPlaceBlockAfterEvent
- PressurePlatePopAfterEvent
- PressurePlatePushAfterEvent
- TargetBlockHitAfterEvent
- TripWireTripAfterEvent
- PlayerPlaceBlockBeforeEvent
Contains information regarding an event that impacts a specific block.
Properties
block
read-only block: Block;
Block currently in the world at the location of this event.
Type: Block
dimension
read-only dimension: Dimension;
Dimension that contains the block that is the subject of this event.
Type: Dimension