For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/classes/PressurePlatePushAfterEvent.md.

Class: PressurePlatePushAfterEvent

event

Beta

包含与压力板被触发相关的信息。

Contains information related to changes to a pressure plate push.

Extends

Properties

block

readonly block: Block

Beta

Remarks

当前世界中此事件所在位置的方块。

Block currently in the world at the location of this event.

Inherited from

BlockEvent.block


dimension

readonly dimension: Dimension

Beta

Remarks

包含此事件主体方块的维度。

Dimension that contains the block that is the subject of this event.

Inherited from

BlockEvent.dimension


previousRedstonePower

readonly previousRedstonePower: number

Beta

Remarks

压力板触发前的红石信号强度。

The redstone power of the pressure plate before it was pushed.


redstonePower

readonly redstonePower: number

Beta

Remarks

按下时压力板的红石信号强度。

The redstone power of the pressure plate at the time of the push.


source

readonly source: Entity

Beta

Remarks

触发压力板的源实体。

Source that triggered the pressure plate push.

同领域相关