@minecraft/server / BlockEvent
Class: BlockEvent ​
Defined in: @minecraft/server/index.d.ts:4783
Contains information regarding an event that impacts a specific block.
Extended by ​
BlockComponentBlockBreakEventBlockComponentBlockStateChangeEventBlockComponentEntityEventBlockComponentEntityFallOnEventBlockComponentOnPlaceEventBlockComponentPlayerBreakEventBlockComponentPlayerInteractEventBlockComponentPlayerPlaceBeforeEventBlockComponentRandomTickEventBlockComponentRedstoneUpdateEventBlockComponentStepOffEventBlockComponentStepOnEventBlockComponentTickEventBlockContainerClosedAfterEventBlockContainerOpenedAfterEventBlockExplodeAfterEventButtonPushAfterEventLeverActionAfterEventPistonActivateAfterEventPlayerBreakBlockAfterEventPlayerBreakBlockBeforeEventPlayerPlaceBlockAfterEventPressurePlatePopAfterEventPressurePlatePushAfterEventTargetBlockHitAfterEventTripWireTripAfterEvent
Properties ​
block ​
readonlyblock:Block
Defined in: @minecraft/server/index.d.ts:4790
Remarks ​
Block currently in the world at the location of this event.
dimension ​
readonlydimension:Dimension
Defined in: @minecraft/server/index.d.ts:4797
Remarks ​
Dimension that contains the block that is the subject of this event.